beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Support arguments in beetbox.sh #303

Closed thom8 closed 8 years ago

thom8 commented 8 years ago

https://github.com/beetboxvm/beetbox/blob/master/provisioning/beetbox.sh

Would like the ability to pass an arg to this script to only run a single playbook.

eg. beetbox.sh provision would run playbook-provision.yml and any additional args should pass through to ansible-playbook

Decipher commented 8 years ago

I'd say single or multiple, as generally you want to run the config and update playbooks before the specific playbook.

thom8 commented 8 years ago

config should probably run before any playbook as there probably would never be a case where you wouldn't want the latest config applied and this is very fast.

Maybe the update playbook could now be combined with config.

thom8 commented 8 years ago

Addressed in #303 & #321