New ipaclient options: force_join, kinit_attempts, ntp and mkhomedir

This commit is contained in:
Thomas Woerner
2017-08-18 10:02:01 +02:00
parent 9ad38c668d
commit 95c38d169d
3 changed files with 48 additions and 3 deletions

View File

@@ -42,4 +42,8 @@
password: "{{ ipaclient_password | default(omit) }}"
keytab: "{{ ipaclient_keytab | default(omit) }}"
otp: "{{ ipaclient_otp | default(omit) }}"
force_join: "{{ ipaclient_force_join | default(omit) }}"
kinit_attempts: "{{ ipaclient_kinit_attempts | default(omit) }}"
ntp: "{{ ipaclient_ntp | default(omit) }}"
mkhomedir: "{{ ipaclient_mkhomedir | default(omit) }}"
extra_args: "{{ ipaclient_extraargs | default(omit) }}"