main.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. galaxy_info:
  2. author: your name
  3. description: your description
  4. company: your company (optional)
  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. # Some suggested licenses:
  9. # - BSD (default)
  10. # - MIT
  11. # - GPLv2
  12. # - GPLv3
  13. # - Apache
  14. # - CC-BY
  15. license: license (GPLv2, CC-BY, etc)
  16. min_ansible_version: 1.2
  17. # If this a Container Enabled role, provide the minimum Ansible Container version.
  18. # min_ansible_container_version:
  19. # Optionally specify the branch Galaxy will use when accessing the GitHub
  20. # repo for this role. During role install, if no tags are available,
  21. # Galaxy will use this branch. During import Galaxy will access files on
  22. # this branch. If Travis integration is configured, only notifications for this
  23. # branch will be accepted. Otherwise, in all cases, the repo's default branch
  24. # (usually master) will be used.
  25. #github_branch:
  26. #
  27. # platforms is a list of platforms, and each platform has a name and a list of versions.
  28. #
  29. # platforms:
  30. # - name: Fedora
  31. # versions:
  32. # - all
  33. # - 25
  34. # - name: SomePlatform
  35. # versions:
  36. # - all
  37. # - 1.0
  38. # - 7
  39. # - 99.99
  40. galaxy_tags: []
  41. # List tags for your role here, one per line. A tag is a keyword that describes
  42. # and categorizes the role. Users find roles by searching for tags. Be sure to
  43. # remove the '[]' above, if you add tags to this list.
  44. #
  45. # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
  46. # Maximum 20 tags per role.
  47. dependencies: []
  48. # List your role dependencies here, one per line. Be sure to remove the '[]' above,
  49. # if you add dependencies to this list.