roles/mysql/application: Fixed generating credentials
parent
401d9bbb16
commit
3894d27b25
@ -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…
Reference in New Issue