From e7c0bc201ea19ab96d77468fe82274a59f87a637 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 20 Feb 2020 13:01:32 +0100 Subject: [PATCH] disable iptables in aws, we have security groups --- tasks/aws_cloud.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index ebd533614d..a54a833b61 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -133,3 +133,7 @@ # - name: Include SSH config import_role: name=basessh + + +- name: Disable iptables, we have Security Groups in EC2 + systemd: name=iptables state=stopped enabled=no