mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 05:43:26 +00:00
The sssd options in the ipaclient role missed a 's' in the role. The readme of the role used the proper names with 3 's'. The names in the role have been fixed and if the old setting are used, they will be used in the first place. Also utils/ansible-ipa-client-install has been adaped to use the proper option names now. This fixes issue #145 (The ipaclient role misspells sssd)
31 lines
706 B
YAML
31 lines
706 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_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
|