Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-08-04 17:31:27 +00:00
parent 24bd17e002
commit 842abcc25e

View file

@ -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}}