nodes: add bird to wireguard nodes
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-09-29 19:47:14 +02:00
parent 30d4d989fc
commit 89f91f3857
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 44 additions and 34 deletions

View file

@ -1,5 +1,6 @@
nodes['ovh.icinga2'] = {
'bundles': {
'bird',
'icinga2',
'php',
'postgresql',
@ -22,12 +23,22 @@ nodes['ovh.icinga2'] = {
'gateway4': '51.195.44.1',
'gateway6': '2001:41d0:701:1100::1'
},
'dummy-snat': {
'ips': {
'172.19.136.3',
},
},
},
'apt': {
'packages': {
'php-imagick': {},
},
},
'bird': {
'static_routes': {
'172.19.136.3/32',
},
},
'icinga2': {
'api_users': {
# Used with <https://git.kunsmann.eu/kunsi/icinga2beamer>
@ -126,9 +137,10 @@ nodes['ovh.icinga2'] = {
},
},
'wireguard': {
'my_ip': '172.19.136.3/22',
'peers': {
'ovh.wireguard': {},
'ovh.wireguard': {
'snat_to': '172.19.136.3',
},
},
},
'zfs': {