Files
ansible_samba_ad_dc/tasks/main.yml
Jose c30201da11 style 💎: Update Samba AD DC tasks for better readability and consistency
Refactored the main.yml file to improve organization and clarity. Renamed some tasks to follow a more consistent naming convention, making it easier to understand the flow of the setup process.
2025-11-06 19:10:13 +01:00

22 lines
429 B
YAML

---
# - name: Prepare for Samba AD DC
# include_tasks: preparing.yml
# - name: Install
# include_tasks: install.yml
# - name: Provision
# include_tasks: provision.yml
# - name: Setup DNS resolver
# include_tasks: setupresolver.yml
# - name: Configure Kerberos
# include_tasks: kerberos.yml
- name: Testing Samba AD DC
include_tasks: verify.yml
- name: Configure Time Synchronization
include_tasks: ntpd.yml