mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 11:15:55 +00:00
New role for krb5
This commit is contained in:
14
roles/krb5/defaults/main.yml
Normal file
14
roles/krb5/defaults/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
krb5_conf: /etc/krb5.conf
|
||||
krb5_conf_d: /etc/krb5.conf.d/ #paths.COMMON_KRB5_CONF_DIR
|
||||
krb5_include_d: /var/lib/sss/pubconf/krb5.include.d/ #paths.SSSD_PUBCONF_KRB5_INCLUDE_D_DIR
|
||||
krb5_packages: krb5-workstation
|
||||
|
||||
krb5_realm:
|
||||
krb5_servers:
|
||||
krb5_dns_lookup_realm: "false"
|
||||
krb5_dns_lookup_kdc: "false"
|
||||
krb5_default_ccache_name: KEYRING:persistent:%{uid}
|
||||
|
||||
krb5_pkinit_anchors: FILE:/var/lib/ipa-client/pki/kdc-ca-bundle.pem
|
||||
krb5_pkinit_pool: FILE:/var/lib/ipa-client/pki/ca-bundle.pem
|
||||
Reference in New Issue
Block a user