enable Windows Server 2016 in CI (#34127)

* enable Windows Server 2016 in CI
* avoid use of Write-Host in config script
This commit is contained in:
Matt Davis 2018-01-09 17:22:24 -08:00 committed by Matt Clay
commit fbce62795d
4 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,4 @@
# force 2016 to use NTLM + HTTP message encryption
ansible_winrm_transport: ntlm
ansible_winrm_scheme: http
ansible_port: 5985