mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
Put krb5.conf in base role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user