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.
11 lines
276 B
YAML
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
|