roles/mysql/application: Fixed generating credentials

wip
Felix Stupp 5 years ago
parent 401d9bbb16
commit 3894d27b25
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,3 +1,3 @@
---
mysql_root_password: "{{ lookup('password', '/etc/ansible-credentials/mysql/root length=80' ) }}"
mysql_root_password: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mysql/root length=80' ) }}"

Loading…
Cancel
Save