ansible-ffibk/roles/service-radvd
2018-03-01 06:34:55 +01:00
..
handlers Handlers: move all handlers into their roles, again 2018-03-01 06:34:55 +01:00
tasks Ensure systemd units are started 2017-10-26 22:35:55 +02:00
templates Lowercase all network interface names 2017-11-06 21:24:56 +01:00
README.md Fix READMEs 2018-02-28 15:20:51 +01:00

Ansible role service-radvd

Diese Ansible role installiert und konfiguriert den radvd daemon.

  • installiert radvd
  • aktiviert systemd unit
  • schreibt radvd.conf

Benötigte Variablen

  • Dictionary meshes
meshes:
  - id: xx
...
    ipv6_ula:
      - # ULA-Prefix - String
    ipv6_public:
      - # Public-Prefix - String
    iface_mtu: # Integer
  • Host Variable magic