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 @@ -127,7 +127,6 @@ mongo_hosts: "{% for host in groups['mongodb'] %}{{ hostvars[host]['ansible_defa
127127# navi
128128navi_host_address : " {{ hostvars[groups['navi'][0]]['ansible_default_ipv4']['address'] }}"
129129navi_http_port : 3567
130- navi_https_port : 443
131130navi_rollbar_token : 719269e87b9b42848472542a8b2059ae
132131
133132# neo4j
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ ip_all: "0.0.0.0/0"
1818krain_port : 3100
1919named_port : 53
2020navi_http_port : 3567
21- navi_https_port : 443
2221neo4j_port : 7473
2322neo4j_tls_port : 7474
2423redis_port : 6379
Original file line number Diff line number Diff line change 225225 from_port : " {{ navi_http_port }}"
226226 to_port : " {{ navi_http_port }}"
227227 group_id : " {{ sg_hipache }}"
228- - proto : tcp
229- from_port : " {{ navi_https_port }}"
230- to_port : " {{ navi_https_port }}"
231- group_id : " {{ sg_hipache }}"
232228
233229- name : Neo4J SG
234230 tags :
You can’t perform that action at this time.
0 commit comments