Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 704 Bytes

Build Status

role-base

Usage

source <(curl -s https://raw.githubusercontent.com/aboutte/role-base/master/bootstrap.sh)

Testing

EC2

The following command can be used for testing ubuntu16:

aws-vault exec p -- bundle exec kitchen verify ubuntu16

The following command can be used for testing RHEL 6 and RHEL 7:

aws-vault exec p -- bundle exec kitchen verify rhel --concurrency=5

The following command can be used for testing locally with Docker:

export KITCHEN_LOCAL_YAML=".kitchen.local.yml"; bundle exec kitchen verify all --concurrency=5