12345678910111213141516171819202122232425262728293031323334 |
- ---
- galaxy_info:
- author: Till Klocke
- description: Installs a Freifunk Supernode
- company: Freifunk Dortmund
- # If the issue tracker for your role is not on github, uncomment the
- # next line and provide a value
- # issue_tracker_url: http://example.com/issue/tracker
- # Some suggested licenses:
- # - BSD (default)
- # - MIT
- # - GPLv2
- # - GPLv3
- # - Apache
- # - CC-BY
- license: MIT
- min_ansible_version: 1.2
- platforms:
- - name: Ubuntu
- versions:
- - all
- - name: Debian
- versions:
- - all
- categories:
- - networking
- dependencies:
- - usermanage
- - fastd
- - batman
- - bird
- - supernode-interfaces
- - pdellaert.dhcp_server
- - debops.radvd
|