From 8a8bc4de7aae85815f6b89df1d4ad5970a730887 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Mon, 6 Nov 2023 15:26:14 +0100 Subject: [PATCH] conn-limit: not needed as nim-waku has a built-in feature --- ansible/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/main.yml b/ansible/main.yml index 5df9364..cec6a2e 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -14,8 +14,6 @@ roles: - { role: open-ports, tags: open-ports } - { role: swap-file, tags: swap-file } - # TODO: check with Waku team if still needed: - # - { role: conn-limit, tags: conn-limit } - { role: certbot, tags: certbot } - { role: nim-waku, tags: nim-waku }