disable iptables in aws, we have security groups
This commit is contained in:
parent
30bae8090a
commit
e7c0bc201e
1 changed files with 4 additions and 0 deletions
|
@ -133,3 +133,7 @@
|
||||||
#
|
#
|
||||||
- name: Include SSH config
|
- name: Include SSH config
|
||||||
import_role: name=basessh
|
import_role: name=basessh
|
||||||
|
|
||||||
|
|
||||||
|
- name: Disable iptables, we have Security Groups in EC2
|
||||||
|
systemd: name=iptables state=stopped enabled=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue