diff options
Diffstat (limited to 'test/integration/targets/prepare_http_tests/vars/httptester.yml')
-rw-r--r-- | test/integration/targets/prepare_http_tests/vars/httptester.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/prepare_http_tests/vars/httptester.yml b/test/integration/targets/prepare_http_tests/vars/httptester.yml new file mode 100644 index 0000000000..0e23ae936a --- /dev/null +++ b/test/integration/targets/prepare_http_tests/vars/httptester.yml @@ -0,0 +1,5 @@ +# these are fake hostnames provided by docker link for the httptester container +badssl_host: fail.ansible.http.tests +httpbin_host: ansible.http.tests +sni_host: sni1.ansible.http.tests +badssl_host_substring: HTTP Client Testing Service |