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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user