ansible-ffibk/roles/service-radvd/README.md

23 lines
392 B
Markdown
Raw Normal View History

2017-09-06 11:17:38 +02: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
2017-09-06 11:17:38 +02:00
...
ipv6_ula:
- # ULA-Prefix - String
ipv6_public:
- # Public-Prefix - String
2017-09-06 11:17:38 +02:00
iface_mtu: # Integer
´´´
- Host Variable `magic`