ansible-ffibk/playbooks/gateways.yml
Tobias Hachmer 4ce00a6ac3 Add role network-routing
- move static routes from role service-rclocal to scripts run by systemd
unit
- mv routing specific sysctl settings
2017-10-11 06:52:24 +02:00

32 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