README: fix variables/playbook
This commit is contained in:
parent
f5e61e7060
commit
0e2fb9e3d5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue