docs 📝: Update package list for smbclient and samba-client

Updated package lists to ensure compatibility with different Linux distributions. This change will improve the reliability of the Ansible playbook when using these packages.
This commit is contained in:
2025-11-07 06:18:33 +01:00
parent 4c18590881
commit 6107513f72
2 changed files with 3 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ samba_packages:
- python3-setproctitle
# - smbclient
- samba-ad-dc
- smbclient # Debian/Ubuntu
- samba-client # RHEL family (it will skip if not available)
# template for /etc/resolv.conf
location_internal_dns: 192.168.1.1

View File

@@ -27,7 +27,7 @@
responses:
# Use the '(?i)' flag for case-insensitive matching of the prompt.
'(?i)password for.*:': "{{ addc_admin_password }}"
no_log: false # Highly recommended to prevent the password from appearing in logs
no_log: true # Highly recommended to prevent the password from appearing in logs
- name: "Create the PTR (reverse) DNS record"
ansible.builtin.expect: