chore 📦: Update setupacdc.yml with new variables for Samba domain info

Added new variables to the setupacdc.yml file to store Samba domain admin password, allowing for easier configuration and management of the domain. This change enables more flexibility in the setup process.
This commit is contained in:
2025-11-03 21:10:54 +01:00
parent c39c390ce9
commit ff63991e01

View File

@@ -106,6 +106,9 @@
gather_facts: false
become: true
vars:
samba_domain_info.adminpass: "{{ addc_admin_password }}"
tasks:
# - name: Ensure SSH authorized keys are present