@@ -1,3 +1,7 @@
+#
+# This file is managed by ansible. Do not edit by hand!
+
log syslog all;
router id {{bird_router_id}};
router id {{bird6_router_id}};
bind {{item.bind}};
include "secret.conf";
include peers from "dummy";
@@ -1 +1,5 @@
secret "{{item.secret}}";
@@ -1,4 +1,9 @@
#!/bin/bash
PEER_KEY=$1
if /bin/grep -Fq $PEER_KEY /etc/fastd/fastd-blacklist.json; then
@@ -1,5 +1,9 @@
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
driftfile /var/lib/ntp/ntp.drift
router id {{supernode_mesh_ipv4|ipaddr('address')}};
# Reboot 1 second after kernel panic, oops or BUG (usually in batman-adv.ko)
kernel.panic = 1
kernel.panic_on_oops = 1