bbaassssiiee / buildserver

Multiplatform development environment with Vagrant and Ansible
17 stars 21 forks source link

Error at ansible provisioning #24

Closed sraesmit closed 8 years ago

sraesmit commented 8 years ago

at "ansible-playbook -l build:target provision.yml" I'm getting an error back "expect is not a legal parameter in Ansible task. I updated to the latest Ansible via brew. Thoughts? -Tim

Also - this is a great repo. I'm looking to do something simlar except with a RHEL6.7 STIG box as a vagrant cluster.

bbaassssiiee commented 8 years ago

Ansible 2.1 comes with the "expect" module. You can run on Centos 6 DISA-STIG if you run "ansible-playbook -l dev:target provision.yml". The dockpack/centos6 base image has already been hardened to DISA STIG (but a while ago).