Select Git revision
-
nimrod authored
- Added test for SNI support. - Added OpenBSD 5.6, Debian Jessie and Ubuntu Trusty and Xenial as test platforms. - Add symlink to pip on OpenBSD so that the pip Ansible module works without specifying the path to the executable. - Install packages that add support for SSL SNI on versions older than 2.7.9.
nimrod authored- Added test for SNI support. - Added OpenBSD 5.6, Debian Jessie and Ubuntu Trusty and Xenial as test platforms. - Add symlink to pip on OpenBSD so that the pip Ansible module works without specifying the path to the executable. - Install packages that add support for SSL SNI on versions older than 2.7.9.
main.yml 400 B
galaxy_info:
author: Nimrod Adar
description: An example Ansible role
company: Shore technologies
license: MIT
min_ansible_version: 2.0
platforms:
- name: OpenBSD
versions:
- 5.6
- 5.7
- 5.8
- 5.9
- 6.0
- name: Debian
versions:
- jessie
- stretch
- name: Ubuntu
versions:
- trusty
- xenial
galaxy_tags: [ ansible ]
dependencies: []