Add sample playbook

This commit is contained in:
Sven Velt 2025-04-11 18:39:50 +02:00
parent 0e2fb9e3d5
commit 41aeeb2774

10
mariadb-replication.yml Normal file
View file

@ -0,0 +1,10 @@
---
- hosts:
- db-replication
roles:
- role: mariadb-replication
vars:
hostname_replication_primary: groups.db-replication[0]
db_debug: true