roles/krb5: New krb5_no_default_domain setting

This commit is contained in:
Thomas Woerner
2017-08-30 14:31:05 +02:00
parent e65ba14e52
commit 5f17e9a778
3 changed files with 6 additions and 2 deletions

View File

@@ -13,8 +13,9 @@
- name: Template krb5.conf
template:
src: krb5.conf.j2
dest: /etc/krb5.conf
backup: yes
dest: "{{ krb5_conf }}"
backup: no
owner: root
group: root
mode: 0644
force: yes