Files
ansible-freeipa/roles/ipaclient/defaults/main.yml
Thomas Woerner 97be0612fb library/ipaclient.py: servers needs to be a list
More than one server could be specified
2017-08-23 20:38:51 +02:00

17 lines
282 B
YAML

---
# defaults file for ipaclient
ipaclient_domain:
ipaclient_realm:
ipaclient_servers:
ipaclient_principal:
ipaclient_password:
ipaclient_keytab:
ipaclient_otp:
ipaclient_force_join: no
ipaclient_kinit_attempts:
ipaclient_ntp: yes
ipaclient_mkhomedir: no
ipaclient_extraargs: []