From bd510cc60822f3c3b44e891f6928e0ee2b0573dc Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 25 Apr 2016 09:30:08 +0200 Subject: [PATCH] ansible-inventories/arocom#83 Use the configurable mysql password by SD agent --- templates/mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mysql.yaml b/templates/mysql.yaml index 7cb92e1..7d6e136 100644 --- a/templates/mysql.yaml +++ b/templates/mysql.yaml @@ -3,4 +3,4 @@ init_config: instances: - server: 127.0.0.1 user: root - pass: root + pass: {{ mysql_root_password }} -- GitLab