Skip to content

Commit fcb0036

Browse files
committed
Merge pull request #244 from CodeNow/add-link-navi-mongo
Changes for gamma navi.
2 parents b87a41b + 17468f7 commit fcb0036

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

ansible/gamma-hosts/hosts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ gamma-services
3737
[navi]
3838
gamma-navi
3939

40+
[link]
41+
gamma-navi
42+
43+
[mongo-navi]
44+
gamma-navi
45+
4046
[charon]
4147
gamma-services
4248

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,10 @@
445445
from_port: 80
446446
to_port: 80
447447
group_id: "{{ sg_hipache }}"
448+
- proto: tcp
449+
from_port: 80
450+
to_port: 80
451+
group_id: "{{ sg_services }}"
448452
- proto: tcp
449453
from_port: 443
450454
to_port: 443
@@ -457,6 +461,10 @@
457461
from_port: 443
458462
to_port: 443
459463
group_id: "{{ sg_hipache }}"
464+
- proto: tcp
465+
from_port: 443
466+
to_port: 443
467+
group_id: "{{ sg_services }}"
460468
- proto: tcp
461469
from_port: 2375
462470
to_port: 2375

0 commit comments

Comments
 (0)