Skip to content

Commit 8dd683c

Browse files
author
Anandkumar Patel
committed
remove navi_https port
1 parent 1437d6e commit 8dd683c

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ mongo_hosts: "{% for host in groups['mongodb'] %}{{ hostvars[host]['ansible_defa
127127
# navi
128128
navi_host_address: "{{ hostvars[groups['navi'][0]]['ansible_default_ipv4']['address'] }}"
129129
navi_http_port: 3567
130-
navi_https_port: 443
131130
navi_rollbar_token: 719269e87b9b42848472542a8b2059ae
132131

133132
# neo4j

ansible/group_vars/ec2_sg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ip_all: "0.0.0.0/0"
1818
krain_port: 3100
1919
named_port: 53
2020
navi_http_port: 3567
21-
navi_https_port: 443
2221
neo4j_port: 7473
2322
neo4j_tls_port: 7474
2423
redis_port: 6379

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,6 @@
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:

0 commit comments

Comments
 (0)