ansigenome.yml 680 B

123456789101112131415161718192021222324
  1. ---
  2. ansigenome_info:
  3. github_url: "https://github.com/debops/ansible-radvd"
  4. git_branch: "master"
  5. galaxy_id: "2096"
  6. travis: True
  7. license_url: 'https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)'
  8. authors:
  9. - name: 'Maciej Delmanowski'
  10. url: ''
  11. email: 'drybjed@gmail.com'
  12. twitter: 'drybjed'
  13. github: 'drybjed'
  14. synopsis: |
  15. `debops.radvd` role manages [Router Advertisement Daemon](https://en.wikipedia.org/wiki/Radvd).
  16. `radvd` periodically sends router advertisements and other hosts on the
  17. network will automatically pick them up. This results in them obtaining an
  18. IPv6 address and internet connectivity.