ipaserver: Add no_host_dns for ipaserver_test

This is needed to fix the installation without configuring the dns server in
the IPA server.
This commit is contained in:
Thomas Woerner
2018-01-31 23:34:56 +01:00
parent 4697a0326d
commit 3dc9ab9999
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
realm: "{{ ipaserver_realm | default(omit) }}"
hostname: "{{ ipaserver_hostname | default(ansible_fqdn) }}"
ca_cert_files: "{{ ipaserver_ca_cert_files | default(omit) }}"
# no_host_dns: "{{ ipaserver_no_host_dns }}"
no_host_dns: "{{ ipaserver_no_host_dns }}"
### server ###
setup_adtrust: "{{ ipaserver_setup_adtrust }}"
setup_kra: "{{ ipaserver_setup_kra }}"