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