From 1e5692ce9b0dc37901a4e3f6b1986517d5d5b967 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Feb 2020 13:43:57 +0100 Subject: [PATCH] stopping iptables probably isn't enough, let's mask it --- tasks/aws_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index a54a833b61..69ba0289db 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -136,4 +136,4 @@ - name: Disable iptables, we have Security Groups in EC2 - systemd: name=iptables state=stopped enabled=no + systemd: name=iptables state=stopped enabled=no masked=yes