File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
vars :
26
26
zenith_proxy_service_name : zenith-monitoring
27
27
# Use the IP address for the upstream host
28
- zenith_proxy_upstream_host : " {{ internal_address }}"
28
+ zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
29
29
zenith_proxy_upstream_port : " {{ grafana_port }}"
30
30
zenith_proxy_client_token : " {{ zenith_token_monitoring }}"
31
31
zenith_proxy_client_auth_params :
45
45
zenith_proxy_service_name : zenith-ood
46
46
# Use the IP address for the upstream host
47
47
zenith_proxy_upstream_scheme : https
48
- zenith_proxy_upstream_host : " {{ internal_address }}"
48
+ zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
49
49
zenith_proxy_upstream_port : 443
50
50
zenith_proxy_client_token : " {{ zenith_token_ood }}"
51
51
zenith_proxy_client_auth_params :
You can’t perform that action at this time.
0 commit comments