mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
417 B
YAML
15 lines
417 B
YAML
9 years ago
|
uri_os_packages:
|
||
|
RedHat:
|
||
|
- python-pyasn1
|
||
|
- pyOpenSSL
|
||
|
- python-urllib3
|
||
|
Debian:
|
||
|
- python-pyasn1
|
||
|
- python-openssl
|
||
|
- python-urllib3
|
||
9 years ago
|
|
||
|
# Needs to be a url to a site that is hosted using SNI.
|
||
|
# Eventually we should make this a test server that we stand up as part of the test run.
|
||
|
#SNI_URI: 'https://sni.velox.ch'
|
||
|
SNI_URI: "https://www.mnot.net/blog/2014/05/09/if_you_can_read_this_youre_sniing"
|