IPA-tuura: create the directories for the keytabs

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-10-23 18:24:51 +02:00
parent 0a37eb11c7
commit a85f68762e

View File

@@ -345,6 +345,13 @@
# Keytabs
- file:
path: /var/lib/ipa/ipatuura
state: directory
owner: root
group: apache
mode: "0770"
- name: Create a keytab for Apache
import_role:
name: keytab/service
@@ -355,6 +362,13 @@
host: "{{ ansible_fqdn }}"
kt_location: /var/lib/ipa/ipatuura/service.keytab
- file:
path: /var/lib/ipatuura
state: directory
owner: root
group: apache
mode: "0770"
- name: Create a keytab for IPA-tuura
import_role:
name: keytab/service