main.yml 661 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. galaxy_info:
  3. author: Till Klocke
  4. description: Installs a Freifunk Supernode
  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: MIT
  17. min_ansible_version: 1.2
  18. platforms:
  19. - name: Ubuntu
  20. versions:
  21. - all
  22. - name: Debian
  23. versions:
  24. - all
  25. categories:
  26. - networking
  27. dependencies:
  28. - usermanage
  29. - fastd
  30. - batman
  31. - bird
  32. - supernode-interfaces
  33. - pdellaert.dhcp_server
  34. - debops.radvd