From 8c58495220c8445012eeb6790f85177f9e11d0af Mon Sep 17 00:00:00 2001 From: Dan D Date: Fri, 3 Nov 2023 16:38:29 -0700 Subject: [PATCH] fixes ufw Signed-off-by: Dan D --- tasks/section_3/cis_3.5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_3/cis_3.5.x.yml b/tasks/section_3/cis_3.5.x.yml index 13a5cdf..1043df0 100644 --- a/tasks/section_3/cis_3.5.x.yml +++ b/tasks/section_3/cis_3.5.x.yml @@ -105,7 +105,7 @@ - name: "3.5.1.5 | PATCH | Ensure outbound connections are configured | Allow all" community.general.ufw: - default: allow + rule: allow direction: outgoing notify: reload ufw when: "'all' in ubtu18cis_ufw_allow_out_ports"