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
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present update_cache=yes
|
yum: pkg={{ item }} state=present update_cache=yes
|
||||||
with_items:
|
with_items:
|
||||||
|
- haveged
|
||||||
- ipa-server
|
- ipa-server
|
||||||
- ipa-server-dns
|
- ipa-server-dns
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: enable haveged
|
||||||
|
service: haveged state=started enabled=yes
|
||||||
|
|
||||||
- name: install IPA
|
- name: install IPA
|
||||||
command: ipa-server-install
|
command: ipa-server-install
|
||||||
--realm={{ipa_realm}}
|
--realm={{ipa_realm}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue