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