From ff63991e01cc70f46e77d05efea1776fc3195b9d Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 3 Nov 2025 21:10:54 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20with=20new=20variables=20for=20Samba=20domain=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 91407f4..99908a1 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -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