ipsilon: Move db password to secrets
This commit is contained in:
parent
c534d83e04
commit
1bab946019
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
LDAP_BASEDN="{{ ldap_basedn }}"
|
||||
IPSILON_DB_USER="ipsilon"
|
||||
IPSILON_DB_PASS="jFmMGUXsQgOuW9FE5ABX"
|
||||
IPSILON_DB_PASS="{{ ipsilon_mysql_pass }}"
|
||||
IPSILON_DB_HOST="sqldb02.home.foo.sh"
|
||||
IPSILON_DB_CA="/etc/ssl/certs/ca.crt"
|
||||
IPSILON_DB_KEY="/etc/ssl/private/{{ inventory_hostname }}.key"
|
||||
|
|
Loading…
Add table
Reference in a new issue