Put krb5.conf in base role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5afc6bfc4e
commit
9164552f6f
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue