ansible-role-apache/lamp_haproxy/roles/add_webservers.yml
2013-03-12 13:05:13 +05:30

10 lines
275 B
YAML

---
# This Playbook adds a webserver into the the web cluster
- hosts: webservers
user: root
serial: 1
tasks:
- include: ../roles/webtier/tasks/install_httpd.yml
- include: ../roles/webtier/tasks/copy_code.yml
- include: ../roles/webtier/tasks/add_to_lb.yml