mirror of https://github.com/ansible/ansible.git
enable Windows Server 2016 in CI (#34127)
* enable Windows Server 2016 in CI * avoid use of Write-Host in config scriptpull/34676/head
parent
a685b621cd
commit
fbce62795d
@ -0,0 +1,4 @@
|
||||
# force 2016 to use NTLM + HTTP message encryption
|
||||
ansible_winrm_transport: ntlm
|
||||
ansible_winrm_scheme: http
|
||||
ansible_port: 5985
|
Loading…
Reference in New Issue