ansible-role-apache/lamp_haproxy/roles/add_webservers.yml

11 lines
275 B
YAML
Raw Normal View History

2013-03-12 08:35:13 +01:00
---
# 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