add daisy to wireguard mesh

This commit is contained in:
Franzi 2023-09-23 16:46:45 +02:00
parent d999895450
commit 6f31d6c0e4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,7 @@ WG_AUTOGEN_NODES = [
'home.router', 'home.router',
'htz-cloud.wireguard', 'htz-cloud.wireguard',
'icinga2', 'icinga2',
'daisy',
] ]
def get_subnet_for_connection(repo, peer_a, peer_b): def get_subnet_for_connection(repo, peer_a, peer_b):

View file

@ -1,5 +1,8 @@
hostname = "2a11:f2c0:3:4::120" hostname = "2a11:f2c0:3:4::120"
bundles = [] bundles = [
"bird",
"wireguard",
]
groups = [ groups = [
"debian-bookworm", "debian-bookworm",
] ]