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

25 lines
388 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`
2018-02-28 15:20:51 +01:00
```
2017-09-06 11:17:38 +02:00
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
2018-02-28 15:20:51 +01:00
```
2017-09-06 11:17:38 +02:00
- Host Variable `magic`