diff --git a/roles/copr/frontend-cloud/tasks/main.yml b/roles/copr/frontend-cloud/tasks/main.yml index d5556e6d45..40557fa0b7 100644 --- a/roles/copr/frontend-cloud/tasks/main.yml +++ b/roles/copr/frontend-cloud/tasks/main.yml @@ -181,3 +181,6 @@ lineinfile: path: /etc/httpd/conf/httpd.conf line: "TimeOut 7200" + +- name: Disable iptables, we have Security Groups in EC2 + service: name=iptables state=stopped enabled=no diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index 685cfac8a0..6ce2656aac 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -134,6 +134,3 @@ ## - name: Include SSH config ## import_role: name=basessh - -- name: Disable iptables, we have Security Groups in EC2 - service: name=iptables state=stopped enabled=no