joelbirchler
2020-03-04 dc92b9811925af17effdf0d344e33bf5cc256a59
1
2
3
4
5
6
7
8
---
# defaults file for windows-common
dns_domain_name: "example.com"
domain_admin_password: "Micr0soft!"
# Grab the private IP of your windows DNS for your lab dns server
dns_servers:
  - "{{ hostvars['windc'].ansible_host }}"
  - 8.8.8.8