Files
ansible_samba_ad_dc/tasks/main.yml
Jose 4b5e2352bc style 💎: Update time synchronization configuration
Updated the 'Configure Time Synchronization' task to use the new 'ntp' service instead of 'ntpd'. This change simplifies the configuration and improves consistency with other services.
2025-11-09 09:30:55 +01:00

22 lines
413 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