Put krb5.conf in base role

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-13 17:57:17 +00:00
parent 5afc6bfc4e
commit 9164552f6f
3 changed files with 7 additions and 6 deletions

View file

@ -371,3 +371,10 @@
- config
- prompt
# Set krb5 conf
- name: configure krb5
template: src=krb5.conf.j2 dest=/etc/krb5.conf owner=root group=root mode=0644
tags:
- base
- config
- krb

View file

@ -25,12 +25,6 @@
- packages
- fas
- name: configure krb5
template: src=krb5.conf.j2 dest=/etc/krb5.conf owner=root group=root mode=0644
tags:
- config
- fas
- name: install IPA keytab
copy: >
src="{{ private }}/files/keytabs/{{env}}/fas_sync"