commit-message undefined: Improve Samba service management

Enhanced the provision.yml to properly stop and mask regular Samba services, while unmasking and enabling the Samba AD/DC service. This ensures a more robust setup for the domain controller.
This commit is contained in:
2025-11-05 18:57:30 +01:00
parent 767ebb022b
commit 0d6e747ba8
5 changed files with 35 additions and 19 deletions

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