mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
The ipaclient_test module was not doing all tests that should be done with the provided settings. All tests from ipaclient installer parts are now part of ipaclient_test. There are some minor changes though to make sure that the repair mode could still be used. ansible_ipa_client bindings have been updated to fullfill new needs.
24 lines
517 B
YAML
24 lines
517 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_dns_sshfp: no
|
|
#ipaclient_force: no
|
|
ipaclient_force_ntpd: no
|
|
ipaclient_no_nisdomain: no
|
|
ipaclient_configure_firefox: no
|
|
ipahost_all_ip_addresses: no
|
|
|
|
### packages ###
|
|
ipaclient_install_packages: yes
|