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.
22 lines
425 B
YAML
22 lines
425 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
|
|
|