ansible-role-apache/lamp_haproxy/db.yml

12 lines
214 B
YAML

---
# This playbook deploys MySQL and configures the database on the db node(s)
# fetch monitoring facts for iptables rules
- hosts: monitoring
tasks:
- hosts: dbservers
user: root
roles:
- common
- db