mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user