add ldap and kerberos settings to global vars
This commit is contained in:
parent
7f284a8e24
commit
2804d730c9
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ ansible_wheel: root
|
||||||
mail_server: mail.foo.sh
|
mail_server: mail.foo.sh
|
||||||
mail_domain: foo.sh
|
mail_domain: foo.sh
|
||||||
|
|
||||||
|
# ldap settings
|
||||||
|
ldap_basedn: dc=foo,dc=sh
|
||||||
|
ldap_server: [ldap.foo.sh]
|
||||||
|
|
||||||
|
# kerberos settings
|
||||||
|
kerberos_realm: FOO.SH
|
||||||
|
|
||||||
# tls protocols and ciphers
|
# tls protocols and ciphers
|
||||||
tls_protocols: TLSv1.2
|
tls_protocols: TLSv1.2
|
||||||
tls_ciphers: ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
|
tls_ciphers: ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
|
||||||
|
|
Loading…
Add table
Reference in a new issue