From 66493e47cfebafc56a7aadb05ec7377ac1d0e669 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 23 Apr 2019 08:13:03 +1000 Subject: [PATCH] ansible-test: Use psrp for 2008 host ci_complete (#55273) * ansible-test: Use psrp for 2008 host ci_complete * reset Shippable info back to default --- test/integration/host_vars/windows-2008 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/integration/host_vars/windows-2008 diff --git a/test/integration/host_vars/windows-2008 b/test/integration/host_vars/windows-2008 new file mode 100644 index 00000000000..10559a8a677 --- /dev/null +++ b/test/integration/host_vars/windows-2008 @@ -0,0 +1,4 @@ +# force 2008 to use PSRP for the connection plugin +ansible_connection: psrp +ansible_psrp_auth: basic +ansible_psrp_cert_validation: ignore