4ce00a6ac3
- move static routes from role service-rclocal to scripts run by systemd unit - mv routing specific sysctl settings
31 lines
657 B
YAML
Executable file
31 lines
657 B
YAML
Executable file
#!/usr/bin/ansible-playbook
|
|
|
|
- hosts: ffmwu-gateways
|
|
remote_user: admin
|
|
roles:
|
|
- prerequisites
|
|
- server-repos
|
|
- server-basic
|
|
- git-repos
|
|
- service-haveged
|
|
- service-ntpd
|
|
- kmod-batman
|
|
- network-routetables
|
|
- network-batman
|
|
- network-meshbridge
|
|
- service-dhcpd
|
|
- service-radvd
|
|
- network-fastd
|
|
- service-fastd
|
|
- service-fastd-mesh
|
|
- service-fastd-intragate
|
|
- network-iptables-gateway
|
|
- network-ffrl
|
|
- service-tinc
|
|
- service-bird
|
|
- service-bird-icvpn
|
|
- service-bird-ffrl
|
|
- service-bind-slave
|
|
- network-routing
|
|
- service-rclocal
|
|
- system-sysctl-gateway
|