Fix replica command
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
1d84857c6d
commit
a77ef673cc
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,6 @@
|
||||||
command: ipa-replica-install
|
command: ipa-replica-install
|
||||||
--setup-ca
|
--setup-ca
|
||||||
--setup-kra
|
--setup-kra
|
||||||
--password={{ipa_dm_password}}
|
|
||||||
--admin-password={{ipa_admin_password}}
|
--admin-password={{ipa_admin_password}}
|
||||||
--mkhomedir
|
--mkhomedir
|
||||||
--no-ntp
|
--no-ntp
|
||||||
|
@ -133,6 +132,8 @@
|
||||||
--no-sshd
|
--no-sshd
|
||||||
--skip-conncheck
|
--skip-conncheck
|
||||||
--log-file=/var/log/ipainstall.log
|
--log-file=/var/log/ipainstall.log
|
||||||
|
--domain={{ipa_realm}}
|
||||||
|
--server=ipa01.phx2.fedoraproject.org
|
||||||
creates=/etc/ipa/default.conf
|
creates=/etc/ipa/default.conf
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue