mysql/database: Added derivation of password and database name

wip
Felix Stupp 5 years ago
parent df88e582a7
commit c9206ff499
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,4 @@
---
database_pass: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mysql/' + database_user + ' length=80') }}"
database_name: "{{ database_user }}"
Loading…
Cancel
Save