chore 📦: Update DNS resolver and Kerberos configuration

Updated the setup of DNS resolver and Kerberos configuration to ensure proper domain authentication. This change will improve the overall security of the system.
This commit is contained in:
2025-11-05 20:41:42 +01:00
parent b9355e6539
commit 7205d9870e

View File

@@ -8,15 +8,15 @@
- name: Provision
include_tasks: provision.yml
# - name: Setup DNS resolver
# include_tasks: setupresolver.yml
- name: Setup DNS resolver
include_tasks: setupresolver.yml
# - name: Configure Kerberos
# include_tasks: kerberos.yml
- name: Configure Kerberos
include_tasks: kerberos.yml
# - name: Testing Samba AD DC
# include_tasks: verify.yml
- name: Testing Samba AD DC
include_tasks: verify.yml
# - name: Configure Time Synchronization
# include_tasks: ntpd.yml
- name: Configure Time Synchronization
include_tasks: ntpd.yml