Add sample playbook
This commit is contained in:
parent
0e2fb9e3d5
commit
41aeeb2774
10
mariadb-replication.yml
Normal file
10
mariadb-replication.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
- hosts:
|
||||||
|
- db-replication
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: mariadb-replication
|
||||||
|
vars:
|
||||||
|
hostname_replication_primary: groups.db-replication[0]
|
||||||
|
db_debug: true
|
||||||
|
|
Loading…
Reference in a new issue