haveged
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
24bd17e002
commit
842abcc25e
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
|||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present update_cache=yes
|
||||
with_items:
|
||||
- haveged
|
||||
- ipa-server
|
||||
- ipa-server-dns
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: enable haveged
|
||||
service: haveged state=started enabled=yes
|
||||
|
||||
- name: install IPA
|
||||
command: ipa-server-install
|
||||
--realm={{ipa_realm}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue