9 lines
155 B
YAML
9 lines
155 B
YAML
---
|
|
#
|
|
# host_vars for Microsoft Windows
|
|
#
|
|
ansible_host: [IPV4_ADDRESS]
|
|
hostname: win-test
|
|
domainname: example.com
|
|
fqdn: "{{ hostname }}.{{ domainname }}"
|