first commit
This commit is contained in:
7
roles/windows_dns/tasks/main.yml
Normal file
7
roles/windows_dns/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# tasks file for windows_dns
|
||||
- name: Set a single address on the adapter named Ethernet
|
||||
ansible.windows.win_dns_client:
|
||||
adapter_names: 'Ethernet0'
|
||||
dns_servers:
|
||||
- 10.10.10.1
|
||||
Reference in New Issue
Block a user