main.yml 945 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. galaxy_info:
  3. author: Till Klocke
  4. description: Install fastd
  5. company: Freifunk Dortmund
  6. # If the issue tracker for your role is not on github, uncomment the
  7. # next line and provide a value
  8. # issue_tracker_url: http://example.com/issue/tracker
  9. # Some suggested licenses:
  10. # - BSD (default)
  11. # - MIT
  12. # - GPLv2
  13. # - GPLv3
  14. # - Apache
  15. # - CC-BY
  16. license: license (GPLv2, CC-BY, etc)
  17. min_ansible_version: 1.2
  18. #
  19. # Below are all platforms currently available. Just uncomment
  20. # the ones that apply to your role. If you don't see your
  21. # platform on this list, let us know and we'll get it added!
  22. #
  23. #platforms:
  24. #
  25. # Below are all categories currently available. Just as with
  26. # the platforms above, uncomment those that apply to your role.
  27. #
  28. #categories:
  29. dependencies: []
  30. # List your role dependencies here, one per line.
  31. # Be sure to remove the '[]' above if you add dependencies
  32. # to this list.