From c30201da11f160b7839057f8503c6b848f708e65 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 6 Nov 2025 19:10:13 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20Samba=20AD=20D?= =?UTF-8?q?C=20tasks=20for=20better=20readability=20and=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the main.yml file to improve organization and clarity. Renamed some tasks to follow a more consistent naming convention, making it easier to understand the flow of the setup process. --- tasks/main.yml | 20 ++++++++++---------- tasks/verify.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 68f5036..5fd38d0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,18 +1,18 @@ --- -- name: Prepare for Samba AD DC - include_tasks: preparing.yml +# - name: Prepare for Samba AD DC +# include_tasks: preparing.yml -- name: Install - include_tasks: install.yml +# - name: Install +# include_tasks: install.yml -- name: Provision - include_tasks: provision.yml +# - name: Provision +# include_tasks: provision.yml -- name: Setup DNS resolver - include_tasks: setupresolver.yml +# - name: Setup DNS resolver +# include_tasks: setupresolver.yml -- name: Configure Kerberos - include_tasks: kerberos.yml +# - name: Configure Kerberos +# include_tasks: kerberos.yml - name: Testing Samba AD DC include_tasks: verify.yml diff --git a/tasks/verify.yml b/tasks/verify.yml index eb51cf1..6b99436 100644 --- a/tasks/verify.yml +++ b/tasks/verify.yml @@ -15,7 +15,7 @@ responses: # Use the '(?i)' flag for case-insensitive matching of the prompt. '(?i)password for.*:': "{{ addc_admin_password }}" - no_log: true # Highly recommended to prevent the password from appearing in logs + no_log: false # Highly recommended to prevent the password from appearing in logs - name: "Create the PTR (reverse) DNS record" ansible.builtin.expect: