Skip to content
Snippets Groups Projects
Select Git revision
  • f3b742389eebf5cf2cab8519714a4b028e7036c6
  • master default
2 results

main.yml

Blame
    • nimrod's avatar
      f3b74238
      - Forked from ansible-role-example. · f3b74238
      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.
      f3b74238
      History
      - Forked from ansible-role-example.
      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: []