2f32bd6c1e
- rewrite interface templates for batman, fastd, ffrl and meshbridge - add package ethtool to role server-basic - use more ipaddr filters and get rid of unneeded variables in dict ffrl_exit_server - change ffrl_public_ipv4_nat variable to ip/prefix format - update readme files
26 lines
591 B
Markdown
26 lines
591 B
Markdown
# 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:
|
||
xx:
|
||
...
|
||
site_name: # string
|
||
ipv4_network:
|
||
ipv6:
|
||
ula:
|
||
- # string
|
||
public:
|
||
- # string
|
||
iface_mtu: # integer
|
||
´´´
|
||
- Host Variable `magic`
|
||
- Host Variable `ffrl_public_ipv4_nat` # Format ip-adresse/prefix
|
||
- Host Dictionary `ffrl_exit_server`
|