Merge "Introduce a custom parameter to pass to ipa-server-install"

This commit is contained in:
Zuul 2018-06-08 03:46:05 +00:00 committed by Gerrit Code Review
commit 90ab17980b
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Role Variables
- `provisioning_cidr`: <'{{ freeipa_ip }}/24'> -- If set, it adds the given CIDR to the
provisioning interface (which is hardcoded to eth1)
- `supplemental_user`: <stack> The user which is used to deploy FreeIpa on the supplemental node
- `ipa_server_install_params`: <''> -- Additional parameters to pass to the ipa-server-install command
Example Playbook
----------------

View File

@ -45,7 +45,7 @@ ipa-server-install -U \
-a $CA_ADMIN_PASS \
--hostname `hostname -f ` \
--ip-address=$IPA_SERVER_IP \
--setup-dns --auto-forwarders --auto-reverse
--setup-dns --auto-forwarders --auto-reverse {{ ipa_server_install_params|default('') }}
## * Set CA to create CRL on restart
sed -i "s/ca.crl.MasterCRL.publishOnStart=.*/ca.crl.MasterCRL.publishOnStart=true/" /etc/pki/pki-tomcat/ca/CS.cfg