File tree Expand file tree Collapse file tree
roles/ec2/sg_configure/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ api_base_container_envs: >-
3232 -e MONGO_KEY=/opt/ssl/mongodb-client/key.pem
3333 -e MONGO_REPLSET_NAME={{ api_mongo_replset_name }}
3434 -e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
35- -e NAVI_HOST=http://{{ navi_host_address }}:{{ navi_port }}
35+ -e NAVI_HOST=http://{{ navi_host_address }}:{{ navi_http_port }}
3636 -e NEO4J={{ api_neo4j_protocol }}{{ api_neo4j_auth }}@{{ neo4j_host_address }}:{{ api_neo4j_port }}
3737 {% if api_new_relic_app_name is defined %} -e NEW_RELIC_APP_NAME={{ api_new_relic_app_name }} {% endif %}
3838 {% if api_new_relic_app_name is defined %} -e NEW_RELIC_LICENSE_KEY={{ new_relic_license_key }} {% endif %}
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ https_port: 443
1717ip_all : " 0.0.0.0/0"
1818krain_port : 3100
1919named_port : 53
20- navi_port : 3567
20+ navi_http_port : 3567
21+ navi_https_port : 443
2122neo4j_port : 7473
2223neo4j_tls_port : 7474
2324redis_port : 6379
Original file line number Diff line number Diff line change 222222 to_port : " {{ sshd_port }}"
223223 group_id : " {{ sg_bastion }}"
224224 - proto : tcp
225- from_port : " {{ navi_port }}"
226- to_port : " {{ navi_port }}"
225+ from_port : " {{ navi_http_port }}"
226+ to_port : " {{ navi_http_port }}"
227+ group_id : " {{ sg_hipache }}"
228+ - proto : tcp
229+ from_port : " {{ navi_https_port }}"
230+ to_port : " {{ navi_https_port }}"
227231 group_id : " {{ sg_hipache }}"
228232
229233- name : Neo4J SG
You can’t perform that action at this time.
0 commit comments