main.yml 738 B

123456789101112131415161718192021222324252627282930
  1. galaxy_info:
  2. author: Multiple Authors
  3. description: A role to install and configure apache for Example, Inc.
  4. company: Example, Inc.
  5. # If the issue tracker for your role is not on github, uncomment the
  6. # next line and provide a value
  7. # issue_tracker_url: http://example.com/issue/tracker
  8. min_ansible_version: 2.4
  9. #
  10. # Provide a list of supported platforms, and for each platform a list of versions.
  11. # If you don't wish to enumerate all versions for a particular platform, use 'all'.
  12. # To view available platforms and versions (or releases), visit:
  13. # https://galaxy.ansible.com/api/v1/platforms/
  14. #
  15. platforms:
  16. - name: EL
  17. versions:
  18. - 7
  19. galaxy_tags:
  20. - apache
  21. #No dependencies
  22. dependencies: []