mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
disable iptables in aws, we have security groups
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
30bae8090a
commit
e7c0bc201e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user