ansible-role-apache/lamp_haproxy/db.yml

9 lines
140 B
YAML
Raw Normal View History

---
# This playbook deploys MySQL and configures the database on the db node(s)
- hosts: dbservers
user: root
roles:
- common
- db