Also install KRA
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
66bdf1408b
commit
d60e11d42b
1 changed files with 11 additions and 0 deletions
|
@ -38,6 +38,17 @@
|
||||||
- config
|
- config
|
||||||
when: inventory_hostname.startswith("ipa01")
|
when: inventory_hostname.startswith("ipa01")
|
||||||
|
|
||||||
|
- name: install IPA vault
|
||||||
|
command: ipa-kra-install
|
||||||
|
--password={{ipa_dm_password}}
|
||||||
|
--unattended
|
||||||
|
--log-file=/var/log/ipakrainstall.log
|
||||||
|
creates=/var/log/ipakrainstall.log
|
||||||
|
tags:
|
||||||
|
- ipa
|
||||||
|
- config
|
||||||
|
when: inventory_hostname.startswith("ipa01")
|
||||||
|
|
||||||
- name: determine whether we need to set up replication
|
- name: determine whether we need to set up replication
|
||||||
stat: path=/etc/ipa/default.conf
|
stat: path=/etc/ipa/default.conf
|
||||||
register: replication_status
|
register: replication_status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue