mirror of https://github.com/ansible/ansible.git
ansible-test - Add Windows remote connection option
parent
a3ee846a64
commit
81e025b414
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ansible-test - Connection options can be set for ansible-test managed remote Windows instances.
|
@ -1,4 +1,4 @@
|
|||||||
windows/2016 provider=aws arch=x86_64
|
windows/2016 provider=aws arch=x86_64 connection=winrm+http
|
||||||
windows/2019 provider=aws arch=x86_64
|
windows/2019 provider=aws arch=x86_64 connection=winrm+https
|
||||||
windows/2022 provider=aws arch=x86_64
|
windows/2022 provider=aws arch=x86_64 connection=winrm+https
|
||||||
windows provider=aws arch=x86_64
|
windows provider=aws arch=x86_64 connection=winrm+https
|
||||||
|
Loading…
Reference in New Issue