mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 05:43:26 +00:00
This is an ansible-freeipa update for the freeipa RFE: https://pagure.io/freeipa/issue/9159 "`ipa-client-install` should provide option to enable `subid: sss` in `/etc/nsswitch.conf`". This option allows to configure authselect with the sssd profile + with-subid feature, in order to have SSSD setup as a datasource for subid in /etc/nsswitch.conf. The default behavior remains unchanged: without the option, /etc/nsswitch.conf keeps the line subid: files Signed-off-by: Denis Karpelevich <dkarpele@redhat.com>
35 lines
799 B
YAML
35 lines
799 B
YAML
---
|
|
# defaults file for ipaclient
|
|
|
|
ipaclient_force_join: no
|
|
ipaclient_mkhomedir: no
|
|
ipaclient_kinit_attempts: 5
|
|
ipaclient_use_otp: no
|
|
ipaclient_allow_repair: no
|
|
ipaclient_on_master: no
|
|
ipaclient_no_ntp: no
|
|
ipaclient_no_dns_lookup: no
|
|
ipaclient_ssh_trust_dns: no
|
|
ipaclient_no_ssh: no
|
|
ipaclient_no_sshd: no
|
|
ipaclient_no_sudo: no
|
|
ipaclient_subid: no
|
|
ipaclient_no_dns_sshfp: no
|
|
ipaclient_force: no
|
|
ipaclient_force_ntpd: no
|
|
ipaclient_no_nisdomain: no
|
|
ipaclient_configure_firefox: no
|
|
ipaclient_all_ip_addresses: no
|
|
ipasssd_fixed_primary: no
|
|
ipasssd_permit: no
|
|
ipasssd_enable_dns_updates: no
|
|
ipasssd_no_krb5_offline_passwords: no
|
|
ipasssd_preserve_sssd: no
|
|
ipaclient_request_cert: no
|
|
|
|
### packages ###
|
|
ipaclient_install_packages: yes
|
|
|
|
ipaclient_configure_dns_resolver: no
|
|
ipaclient_cleanup_dns_resolver: no
|