Merge "Update undercloud TLS template with proper keytab group"

This commit is contained in:
Zuul 2021-04-23 08:35:05 +00:00 committed by Gerrit Code Review
commit f40717c857
1 changed files with 1 additions and 2 deletions

View File

@ -74,7 +74,6 @@ outputs:
set_fact:
nova_service: "nova/{{ ansible_facts['nodename'] }}"
nova_keytab: "/etc/novajoin/krb5.keytab"
nova_keytab_group: "tripleo-admin"
- name: Add directory for keytab
file:
path: "/etc/novajoin"
@ -92,5 +91,5 @@ outputs:
- name: Set permissions on keytab
file:
path: "{{ nova_keytab }}"
group: "{{ nova_keytab_group }}"
group: "root"
mode: "g+r"