ansible-role-apache/lamp_haproxy/rolling_update.yml

10 lines
279 B
YAML
Raw Normal View History

2013-03-12 17:35:25 +01:00
---
# This Playbook does a rolling update of the code for all webservers serially (one at a time).
# Change the value of serial: to adjust the number of server to be updated.
2013-03-12 17:35:25 +01:00
- hosts: webservers
user: root
serial: 1
tasks:
- include: roles/web/tasks/rolling_update.yml