From 0e2fb9e3d547d31c4097e97ddc748d42c2d3140d Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Fri, 11 Apr 2025 18:38:54 +0200 Subject: [PATCH] README: fix variables/playbook --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a17775..ce17bbe 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Variable | Context | Description `db_repl_user` | (defaults) | Repliation user name `db_repl_password` | (defaults) | Replication password `db_debug` | (undefined) | Print some debug information +`hostname_replication_primary` | (REQUIRED/undefined) hostname of primary Dependencies ------------ @@ -29,6 +30,7 @@ Example Playbook roles: - role: mariadb-replication vars: + hostname_replication_primary: groups.db-servers[0] db_debug: true License