From 2c626d78e58365a13472fd15a3bff80bd888c956 Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Sat, 31 May 2025 12:51:07 +0200
Subject: [PATCH] temp-add bbnrb1 for backbone test

---
 host_vars/bbnrb1/bb_babel.yml                | 6 ++++++
 inventory/role_backbone_babel                | 3 +++
 roles/backbone_babel/files/wg-pubkeys/bbnrb1 | 1 +
 3 files changed, 10 insertions(+)
 create mode 100644 host_vars/bbnrb1/bb_babel.yml
 create mode 100644 roles/backbone_babel/files/wg-pubkeys/bbnrb1

diff --git a/host_vars/bbnrb1/bb_babel.yml b/host_vars/bbnrb1/bb_babel.yml
new file mode 100644
index 0000000..93e42c4
--- /dev/null
+++ b/host_vars/bbnrb1/bb_babel.yml
@@ -0,0 +1,6 @@
+---
+bb_babel_loopback_ipv4:
+  - 100.101.191.199
+bb_babel_loopback_ipv6:
+  - fd21:b4dc:4bff:ffff::199
+bb_babel_routing_daemon: bird
diff --git a/inventory/role_backbone_babel b/inventory/role_backbone_babel
index 4f32a3b..4cea6ce 100644
--- a/inventory/role_backbone_babel
+++ b/inventory/role_backbone_babel
@@ -5,3 +5,6 @@ role_backbone_babel:
     ffs08.freifunk-stuttgart.de:
     ffs11.freifunk-stuttgart.de:
     ffs13.freifunk-stuttgart.de:
+    bbnrb1:
+      ansible_ssh_host: 2001:67c:de8:222::107
+      ansible_ssh_user: root
diff --git a/roles/backbone_babel/files/wg-pubkeys/bbnrb1 b/roles/backbone_babel/files/wg-pubkeys/bbnrb1
new file mode 100644
index 0000000..d2e82fa
--- /dev/null
+++ b/roles/backbone_babel/files/wg-pubkeys/bbnrb1
@@ -0,0 +1 @@
+zDjQ3YSCeFRNy0C6gKupzU5dc1nYZH8L7v6u2Bn7xGU=
-- 
GitLab