ideascube / ansiblecube

Ansible playbook to quickly deploy an ideascube server and much more !
MIT License
5 stars 9 forks source link

Tm autodeploy #188

Open swbsf opened 6 years ago

swbsf commented 6 years ago

Configuration is no longer read from preseed server, but from an AMQP message. Basically output=$(/tmp/read_from_amqp.sh) will wait until a message appears in the "koombook" queue. buildmycube will then be run with arguments provided in the message. This is untested :|

fheslouin commented 6 years ago

Looks ok to me. However we should test it before merging and integrating this PR in the KoomBook image.