mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
12 lines
214 B
YAML
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
|