mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
This setting had the wrong and unsed prefix ipahost. THis has been fixed and
the proper prefix ipaclient is now used.
The change in ipaclient/defaults/main.yml was missing from the first commit
b5d6dc00d2
30 lines
675 B
YAML
30 lines
675 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
|
|
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
|