ipsilon: Initial version of role
This commit is contained in:
parent
0be436e8b0
commit
fb3608fa6e
5 changed files with 128 additions and 0 deletions
10
roles/ipsilon/templates/ipsilon-container.sysconfig.j2
Normal file
10
roles/ipsilon/templates/ipsilon-container.sysconfig.j2
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue