mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
9 lines
140 B
YAML
9 lines
140 B
YAML
|
---
|
||
|
# This playbook deploys MySQL and configures the database on the db node(s)
|
||
|
|
||
|
- hosts: dbservers
|
||
|
user: root
|
||
|
roles:
|
||
|
- common
|
||
|
- db
|