Disable kadmin
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0c9b4eeba6
commit
7e5436860f
1 changed files with 13 additions and 0 deletions
|
@ -8,10 +8,14 @@
|
||||||
- ipa-server
|
- ipa-server
|
||||||
- ipa-server-dns
|
- ipa-server-dns
|
||||||
tags:
|
tags:
|
||||||
|
- ipa
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: enable haveged
|
- name: enable haveged
|
||||||
service: name=haveged state=started enabled=yes
|
service: name=haveged state=started enabled=yes
|
||||||
|
tags:
|
||||||
|
- haveged
|
||||||
|
- config
|
||||||
|
|
||||||
- name: install IPA
|
- name: install IPA
|
||||||
command: ipa-server-install
|
command: ipa-server-install
|
||||||
|
@ -30,4 +34,13 @@
|
||||||
--log-file=/var/log/ipainstall.log
|
--log-file=/var/log/ipainstall.log
|
||||||
creates=/etc/ipa/default.conf
|
creates=/etc/ipa/default.conf
|
||||||
tags:
|
tags:
|
||||||
|
- ipa
|
||||||
|
- config
|
||||||
|
|
||||||
|
- name: disable kadmin
|
||||||
|
service: name=kadmin
|
||||||
|
enabled=no
|
||||||
|
state=stopped
|
||||||
|
tags:
|
||||||
|
- ipa
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue