mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
These roles will most likely not work in the common case. Therefore the roles have been renamed. The ipa-krpb5 role is used by ipcalient, but the ipa-sssd role is currently not used.
13 lines
386 B
YAML
13 lines
386 B
YAML
---
|
|
krb5_packages: krb5-workstation
|
|
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_realm:
|
|
krb5_servers:
|
|
krb5_dns_lookup_realm: "false"
|
|
krb5_dns_lookup_kdc: "false"
|
|
krb5_no_default_domain: "false"
|
|
krb5_default_ccache_name: KEYRING:persistent:%{uid}
|