github.com/tgerla/ansible-examples/blob/master/lamp_haproxy/roles/web/tasks/main.yml is the location of the webapp_version for the rolling update demo starting at 33:39.
Do you have an example of good "template" ansible-playbook that pushes an rpm from jenkins to a set of hosts? I was thinking something kluge: pull from jenkins with wget and then copy it to the host and install with yum. It feels too little yaml and too bashy.
Very good intro,,merci!
github.com/tgerla/ansible-examples/blob/master/lamp_haproxy/roles/web/tasks/main.yml is the location of the webapp_version for the rolling update demo starting at 33:39.
Do you have an example of good "template" ansible-playbook that pushes an rpm from jenkins to a set of hosts? I was thinking something kluge: pull from jenkins with wget and then copy it to the host and install with yum. It feels too little yaml and too bashy.
The code he's using in the lamp_haproxy examples appears to be in this github repo: github.com/tgerla/ansible-examples/tree/master/lamp_haproxy