[ipa/server] Add KRA role to replicas as well
This should prevent error during backup: ``` Error: Local roles CA do not match globally used roles CA, KRA. A backup done on this host would not be complete enough to restore a fully functional, identical cluster. ``` Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
0e12908828
commit
03f57303e2
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@
|
|||
- name: deploy replica
|
||||
command: ipa-replica-install
|
||||
--setup-ca
|
||||
--setup-kra
|
||||
--admin-password={{ipa_admin_password}}
|
||||
--no-host-dns
|
||||
--mkhomedir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue