Skip to content

Commit 0baa125

Browse files
author
Christopher M. Neill
committed
navi mongodb and navi connecting to services
1 parent 855bb05 commit 0baa125

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

  • ansible/roles/ec2/sg_configure/tasks

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@
141141
from_port: 8200
142142
to_port: 8200
143143
group_id: "{{ sg_dock }}"
144-
- proto: tcp
145-
from_port: 8200
146-
to_port: 8200
147-
group_id: "{{ sg_services }}"
148144
- proto: tcp
149145
from_port: 32768
150146
to_port: 65535
@@ -513,6 +509,14 @@
513509
from_port: 8500
514510
to_port: 8500
515511
group_id: "{{ sg_web }}"
512+
- proto: tcp
513+
from_port: 9123
514+
to_port: 9123
515+
group_id: "{{ sg_services }}"
516+
- proto: tcp
517+
from_port: 27000
518+
to_port: 27020
519+
group_id: "{{ sg_services }}"
516520
- proto: tcp
517521
from_port: 32768
518522
to_port: 65535

0 commit comments

Comments
 (0)