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:
@@ -45,6 +45,8 @@ samba_packages:
|
|||||||
- python3-setproctitle
|
- python3-setproctitle
|
||||||
# - smbclient
|
# - smbclient
|
||||||
- samba-ad-dc
|
- samba-ad-dc
|
||||||
|
- smbclient # Debian/Ubuntu
|
||||||
|
- samba-client # RHEL family (it will skip if not available)
|
||||||
|
|
||||||
# template for /etc/resolv.conf
|
# template for /etc/resolv.conf
|
||||||
location_internal_dns: 192.168.1.1
|
location_internal_dns: 192.168.1.1
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
responses:
|
responses:
|
||||||
# Use the '(?i)' flag for case-insensitive matching of the prompt.
|
# Use the '(?i)' flag for case-insensitive matching of the prompt.
|
||||||
'(?i)password for.*:': "{{ addc_admin_password }}"
|
'(?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"
|
- name: "Create the PTR (reverse) DNS record"
|
||||||
ansible.builtin.expect:
|
ansible.builtin.expect:
|
||||||
|
|||||||
Reference in New Issue
Block a user