mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr: move iptables disabling directly to frontend role
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
5a4b2a3e5e
commit
a78b7c92e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user