ipsilon: Fix configuration
This commit is contained in:
parent
5f412a50c5
commit
a793f59a33
4 changed files with 37 additions and 8 deletions
|
@ -1,10 +1,11 @@
|
|||
LDAP_BASEDN="{{ ldap_basedn }}"
|
||||
LDAP_BINDPW="{{ ipsilon_ldap_pass }}"
|
||||
IPSILON_DB_USER="ipsilon"
|
||||
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"
|
||||
IPSILON_DB_CERT="/etc/ssl/certs/{{ inventory_hostname}}.crt"
|
||||
IPSILON_DB_CA="{{ tls_certs }}/ca.crt"
|
||||
IPSILON_DB_KEY="{{ tls_private }}/{{ inventory_hostname }}.key"
|
||||
IPSILON_DB_CERT="{{ tls_certs }}/{{ inventory_hostname}}.crt"
|
||||
IPSILON_HOSTNAME="idp.foo.sh"
|
||||
IPSILON_OPENIDC_KEYID="{{ ipsilon_openidc_keyid }}"
|
||||
IPSILON_OPENIDC_SALT="{{ ipsilon_openidc_salt }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue