First draft generated by LLM

This commit is contained in:
2025-09-30 17:40:18 +02:00
parent a889e06231
commit 26dd315bc0
14 changed files with 372 additions and 2 deletions

8
tasks/kerberos.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Configure Kerberos (krb5.conf)
template:
src: krb5.conf.j2
dest: /etc/krb5.conf
owner: root
group: root
mode: '0644'