mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +00:00
ipaclient_setup_sssd: Update and cleanup
ipaclient_setup_sssd is now using configure_sssd_conf from ipaclient/install/client.py instead. This simplified the module a lot and also adds more configuratino options for sssd. These are new config options supported by ipaclient_setup_sssd: ipaclient_no_sudo ipassd_fixed_primary ipassd_permit ipassd_enable_dns_updates ipassd_no_krb5_offline_passwords ipassd_preserve_sssd These variables have been added to ipaclient/defaults/main.yml.
This commit is contained in:
@@ -12,12 +12,18 @@ 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
|
||||
ipahost_all_ip_addresses: no
|
||||
ipassd_fixed_primary: no
|
||||
ipassd_permit: no
|
||||
ipassd_enable_dns_updates: no
|
||||
ipassd_no_krb5_offline_passwords: no
|
||||
ipassd_preserve_sssd: no
|
||||
|
||||
### packages ###
|
||||
ipaclient_install_packages: yes
|
||||
|
||||
Reference in New Issue
Block a user