ipareplica: Make ipaserver_enable_ipa module working for ipareplica role

The ipareplica role is reusing the ipaserver_enable_ipa module. This module
needed some extensions on the server to enable the delayed services and
also to dump DNS configuration (see commit a128726).
For replica it is not needed to dump the DNS configuration, therefore it is
simply possible to set detup_dns to no to make this module also working
for ipareplica.
This commit is contained in:
Thomas Woerner
2018-11-26 15:46:39 +01:00
parent b39fa3b738
commit e6cf0e1578

View File

@@ -599,6 +599,9 @@
ipaserver_enable_ipa:
hostname: "{{ result_ipareplica_test.hostname }}"
setup_ca: "{{ result_ipareplica_prepare.config_setup_ca }}"
# The setup_dns step is only used on the server, therefore simply
# setting setup_dns to reuse the server version here.
setup_dns: no
register: result_ipareplica_enable_ipa
- name: Install - Cleanup root IPA cache