11 lines
175 B
YAML
11 lines
175 B
YAML
---
|
|
- hosts:
|
|
- db-replication
|
|
|
|
roles:
|
|
- role: mariadb-replication
|
|
vars:
|
|
hostname_replication_primary: groups.db-replication[0]
|
|
db_debug: true
|
|
|