README: fix variables/playbook

This commit is contained in:
Sven Velt 2025-04-11 18:38:54 +02:00
parent f5e61e7060
commit 0e2fb9e3d5

View file

@ -16,6 +16,7 @@ Variable | Context | Description
`db_repl_user` | (defaults) | Repliation user name `db_repl_user` | (defaults) | Repliation user name
`db_repl_password` | (defaults) | Replication password `db_repl_password` | (defaults) | Replication password
`db_debug` | (undefined) | Print some debug information `db_debug` | (undefined) | Print some debug information
`hostname_replication_primary` | (REQUIRED/undefined) hostname of primary
Dependencies Dependencies
------------ ------------
@ -29,6 +30,7 @@ Example Playbook
roles: roles:
- role: mariadb-replication - role: mariadb-replication
vars: vars:
hostname_replication_primary: groups.db-servers[0]
db_debug: true db_debug: true
License License