You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
343 B
18 lines
343 B
[windows]
|
|
%{for host, ip in windows_machines~}
|
|
${host}.${network_domain} ansible_host=${ip}
|
|
%{endfor~}
|
|
|
|
[windows:vars]
|
|
ansible_user=vagrant
|
|
ansible_password=vagrant
|
|
ansible_connection=winrm
|
|
ansible_winrm_server_cert_validation=ignore
|
|
|
|
# HTTP
|
|
ansible_winrm_scheme=http
|
|
ansible_port=5985
|
|
|
|
# HTTPS
|
|
#ansible_winrm_scheme=https
|
|
#ansible_port=5986
|
|
|