copr: move iptables disabling directly to frontend role

This commit is contained in:
Jakub Kadlcik 2020-02-21 11:07:40 +01:00 committed by Pierre-Yves Chibon
parent 5a4b2a3e5e
commit a78b7c92e1
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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