Files
ansible_samba_domain_member/defaults/main.yml
Jose fd4da57a3c refactor ♻️: Refactored the code to use a more structured approach for DNS configuration and added optional tests.
Updated the role to include optional tests after running it, ensuring that DNS resolution is correctly configured. The code has been refactored to improve readability and maintainability.
2025-10-08 21:55:06 +02:00

11 lines
276 B
YAML

ad_domain: example.com
ad_realm: EXAMPLE.COM
ad_dc: dc1.example.com
ad_admin_user: administrator
ad_admin_password: YourPassword
dns_servers:
- 192.168.1.10
- 192.168.1.11
dns_search: example.com
nm_connection_name: "Wired connection 1" # Change this based on your setup