copr: move iptables disabling directly to frontend role
This commit is contained in:
parent
5a4b2a3e5e
commit
a78b7c92e1
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue