ipsilon: Initial version of role

This commit is contained in:
Timo Makinen 2024-12-07 11:44:30 +00:00
parent 0be436e8b0
commit fb3608fa6e
5 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,10 @@
LDAP_BASEDN="{{ ldap_basedn }}"
IPSILON_DB_USER="ipsilon"
IPSILON_DB_PASS="jFmMGUXsQgOuW9FE5ABX"
IPSILON_DB_HOST="sqldb02.home.foo.sh"
IPSILON_DB_USERPREFS="ipsilon"
IPSILON_DB_TRANSACTIONS="ipsilon"
IPSILON_DB_SESSIONS="ipsilon"
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"