ansible-role-apache/lamp_haproxy/web.yml

15 lines
221 B
YAML
Raw Normal View History

---
# This playbook deploys the webservers with httpd and the code.
# fetch monitoring facts for iptables rules
- hosts: monitoring
tasks:
- hosts: webservers
user: root
roles:
- common
- base-apache
- web