Skip to content

Commit 87538d9

Browse files
author
Christopher M. Neill
committed
undoing unecessary mongo icmp
1 parent 752cef8 commit 87538d9

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

ansible/roles/ec2/sg_configure/tasks/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@
296296
from_port: 27000
297297
to_port: 27020
298298
group_id: "{{ sg_dock }}"
299-
- proto: icmp
300-
to_port: -1
301-
from_port: -1
302-
group_id: "{{ sg_mongo }}"
303299
rules_egress:
304300
- proto: all
305301
from_port: -1

ansible/sg_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
- hosts: all
33
vars_files:
44
- "group_vars/all.yml"
5-
- "group_vars/sg_create.yml"
5+
- "group_vars/ec2_sg.yml"
66
roles:
77
- { role: create_sg }

0 commit comments

Comments
 (0)