From 03eb642632602a52c91f982796ee4756ada92aa8 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Thu, 25 Jan 2018 19:49:29 +0100 Subject: babel mullvad_uplink fix --- roles/install_babeld/templates/babeld.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/install_babeld') diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2 index cd919fd..7b436da 100644 --- a/roles/install_babeld/templates/babeld.conf.j2 +++ b/roles/install_babeld/templates/babeld.conf.j2 @@ -9,6 +9,9 @@ ipv6-subtrees true {% for peer in groups['ffrl_uplink'] %} interface bb{{ hostvars[peer]['wireguard_bb_name'] }} {% endfor %} +{% for peer in groups['mullvad_uplink'] %} +interface bb{{ hostvars[peer]['wireguard_bb_name'] }} +{% endfor %} {% endif %} {% if 'mullvad_uplink' in group_names %} {% for peer in groups['fastd'] %} -- cgit v1.2.3-54-g00ecf