main.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. galaxy_info:
  2. author: your name
  3. description: your role 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. # Choose a valid license ID from https://spdx.org - some suggested licenses:
  9. # - BSD-3-Clause (default)
  10. # - MIT
  11. # - GPL-2.0-or-later
  12. # - GPL-3.0-only
  13. # - Apache-2.0
  14. # - CC-BY-4.0
  15. license: license (GPL-2.0-or-later, MIT, etc)
  16. min_ansible_version: 2.9
  17. # If this a Container Enabled role, provide the minimum Ansible Container version.
  18. # min_ansible_container_version:
  19. #
  20. # Provide a list of supported platforms, and for each platform a list of versions.
  21. # If you don't wish to enumerate all versions for a particular platform, use 'all'.
  22. # To view available platforms and versions (or releases), visit:
  23. # https://galaxy.ansible.com/api/v1/platforms/
  24. #
  25. # platforms:
  26. # - name: Fedora
  27. # versions:
  28. # - all
  29. # - 25
  30. # - name: SomePlatform
  31. # versions:
  32. # - all
  33. # - 1.0
  34. # - 7
  35. # - 99.99
  36. galaxy_tags: []
  37. # List tags for your role here, one per line. A tag is a keyword that describes
  38. # and categorizes the role. Users find roles by searching for tags. Be sure to
  39. # remove the '[]' above, if you add tags to this list.
  40. #
  41. # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
  42. # Maximum 20 tags per role.
  43. dependencies: []
  44. # List your role dependencies here, one per line. Be sure to remove the '[]' above,
  45. # if you add dependencies to this list.