From 43f0c57438517719d8b5f695499f48249fd99d24 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sun, 10 May 2026 18:08:36 +0200 Subject: [PATCH] groups: add applications/left4me Single bundle group; pulls in bundles/left4me. Joined by nodes that run the L4D2 game-server platform. nftables and systemd come in via the debian-13 group on Debian-13 nodes, so this group needs only the left4me bundle itself. --- groups/applications/left4me.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 groups/applications/left4me.py diff --git a/groups/applications/left4me.py b/groups/applications/left4me.py new file mode 100644 index 0000000..719b617 --- /dev/null +++ b/groups/applications/left4me.py @@ -0,0 +1,5 @@ +{ + 'bundles': { + 'left4me', + }, +}