forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable Windows Server 2016 in CI (ansible#34127)
* enable Windows Server 2016 in CI * avoid use of Write-Host in config script
- Loading branch information
1 parent
a685b62
commit fbce627
Showing
4 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# force 2016 to use NTLM + HTTP message encryption | ||
ansible_winrm_transport: ntlm | ||
ansible_winrm_scheme: http | ||
ansible_port: 5985 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,8 @@ cryptography | |
jinja2 | ||
junit-xml | ||
paramiko | ||
pywinrm | ||
ntlm-auth | ||
requests-ntlm | ||
requests-credssp | ||
pywinrm[credssp] | ||
pyyaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters