2017-09-09 11:06:54 +02:00
|
|
|
|
# Ansible role service-rclocal
|
|
|
|
|
|
|
|
|
|
Diese Ansible role schreibt die rc.local.
|
|
|
|
|
Über die rc.local werden im Moment noch sämtliche IP rules sowie statischen IP-Routen konfiguriert.
|
|
|
|
|
|
|
|
|
|
All dieses sollte in Zukunft durch systemd units abgelöst werden.
|
|
|
|
|
|
|
|
|
|
## Benötigte Variablen
|
|
|
|
|
|
|
|
|
|
- Dictionary `meshes`
|
|
|
|
|
´´´
|
|
|
|
|
meshes:
|
2017-10-06 22:58:00 +02:00
|
|
|
|
- id: xx
|
2017-09-09 11:06:54 +02:00
|
|
|
|
...
|
|
|
|
|
site_name: # string
|
|
|
|
|
ipv4_network:
|
2017-10-06 22:58:00 +02:00
|
|
|
|
ipv6_ula:
|
|
|
|
|
- # string
|
|
|
|
|
ipv6_public:
|
|
|
|
|
- # string
|
2017-09-09 11:06:54 +02:00
|
|
|
|
iface_mtu: # integer
|
|
|
|
|
´´´
|
|
|
|
|
- Host Variable `magic`
|
2017-10-03 14:37:39 +02:00
|
|
|
|
- Host Variable `ffrl_public_ipv4_nat` # Format ip-adresse/prefix
|
2017-09-09 11:06:54 +02:00
|
|
|
|
- Host Dictionary `ffrl_exit_server`
|