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 2525 vars :
2626 zenith_proxy_service_name : zenith-monitoring
2727 # Use the IP address for the upstream host
28- zenith_proxy_upstream_host : " {{ internal_address }}"
28+ zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
2929 zenith_proxy_upstream_port : " {{ grafana_port }}"
3030 zenith_proxy_client_token : " {{ zenith_token_monitoring }}"
3131 zenith_proxy_client_auth_params :
4545 zenith_proxy_service_name : zenith-ood
4646 # Use the IP address for the upstream host
4747 zenith_proxy_upstream_scheme : https
48- zenith_proxy_upstream_host : " {{ internal_address }}"
48+ zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
4949 zenith_proxy_upstream_port : 443
5050 zenith_proxy_client_token : " {{ zenith_token_ood }}"
5151 zenith_proxy_client_auth_params :
You can’t perform that action at this time.
0 commit comments