We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b87a41b + 17468f7 commit fcb0036Copy full SHA for fcb0036
2 files changed
ansible/gamma-hosts/hosts
@@ -37,6 +37,12 @@ gamma-services
37
[navi]
38
gamma-navi
39
40
+[link]
41
+gamma-navi
42
+
43
+[mongo-navi]
44
45
46
[charon]
47
gamma-services
48
ansible/roles/ec2/sg_configure/tasks/main.yml
@@ -445,6 +445,10 @@
445
from_port: 80
446
to_port: 80
447
group_id: "{{ sg_hipache }}"
448
+ - proto: tcp
449
+ from_port: 80
450
+ to_port: 80
451
+ group_id: "{{ sg_services }}"
452
- proto: tcp
453
from_port: 443
454
to_port: 443
@@ -457,6 +461,10 @@
457
461
458
462
459
463
464
465
+ from_port: 443
466
+ to_port: 443
467
460
468
469
from_port: 2375
470
to_port: 2375
0 commit comments