Added Backup gw's, todo: dhcp range calculation, go installation

This commit is contained in:
Bastian Maeuser 2018-12-13 17:21:01 +01:00
parent 9240f4ee64
commit 30b1f402e9
4 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,15 @@
---
batman_ipv4: 10.90.32.12/19
batman_ipv6: fdef:f10f:1337:cafe::12/64
batman_algo: BATMAN_IV
global_ipv6: 2a02:958:0:101::12/64
nextnode4: 10.90.32.1
nextnode6: fdef:f10f:1337:cafe::1
mtu: 1312
fastd_port: 10010
gateway_id: 12
site_code: ffrgb_cty

View File

@ -0,0 +1,15 @@
---
batman_ipv4: 10.90.64.22/19
batman_ipv6: fdef:f20f:1337:cafe::22/64
batman_algo: BATMAN_IV
global_ipv6: 2a02:958:0:102::22/64
nextnode4: 10.90.64.1
nextnode6: fdef:f20f:1337:cafe::1
mtu: 1312
fastd_port: 10020
gateway_id: 22
site_code: ffrgb_uml

View File

@ -4,6 +4,7 @@
apt: name={{ item }}
with_items:
- dnsutils
- git
- htop
- less
- net-tools

View File

@ -9,7 +9,7 @@
- node_exporter
- name: Setup gateway servers
hosts: [gw11.regensburg.freifunk.net, gw21.regensburg.freifunk.net, gw31.regensburg.freifunk.net]
hosts: [gw11.regensburg.freifunk.net, gw21.regensburg.freifunk.net, gw31.regensburg.freifunk.net, gw12.regensburg.freifunk.net, gw22.regensburg.freifunk.net]
roles:
- gw-admin-ssh-keys
- arp-cache