ipaclient: Add support for IPA 4.7 (4.6.90-pre2)

With IPA 4.7 bigger changes have been introduced

Changes:
- Use of timeconf and chrony instead of ntpconf and ntpd.
- A new option ntp_pool has been introduced.
This commit is contained in:
Thomas Woerner
2018-06-21 13:04:32 +02:00
parent 2d6c9bb381
commit 4063b6caa3
3 changed files with 119 additions and 39 deletions

View File

@@ -30,6 +30,7 @@
ca_cert_file: "{{ ipaclient_ca_cert_file | default(omit) }}"
on_master: "{{ ipaclient_on_master }}"
ntp_servers: "{{ ipaclient_ntp_servers | default([]) }}"
ntp_pool: "{{ ipaclient_ntp_pool | default(omit) }}"
no_ntp: "{{ ipaclient_no_ntp }}"
register: ipadiscovery