From 382c3aef4ac1e6906e2da1be6401509af38da37c Mon Sep 17 00:00:00 2001
From: Paul Maruhn <paulmaruhn@posteo.de>
Date: Tue, 21 Dec 2021 21:02:42 +0100
Subject: [PATCH] disable radvd

---
 host_vars/gw05.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/host_vars/gw05.yml b/host_vars/gw05.yml
index 806a7c6..8a812e5 100644
--- a/host_vars/gw05.yml
+++ b/host_vars/gw05.yml
@@ -10,7 +10,8 @@ dhcpd_start: 10.130.32.1
 dhcpd_end: 10.130.39.255
 exit_iface: enp1s0
 
-disabled_services: []
+masked_services:
+  - radvd.service
 
 mesh_gwvpn_secret: !vault |
       $ANSIBLE_VAULT;1.1;AES256
-- 
GitLab