Files
ansible_samba_ad_dc/tasks/main.yml
Jose 7374c1fb52 feat : Add debug message to display admin password
Added a debug message to the Ansible playbook to display the admin password from the Samba domain, allowing for easier testing and debugging of the Samba AD DC setup.
2025-11-03 21:05:33 +01:00

26 lines
504 B
YAML

---
- name: Say hello
ansible.builtin.debug:
msg: "Hello {{ samba_domain_info.adminpass }}"
- 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