We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f25927 commit 31c2b5bCopy full SHA for 31c2b5b
environments/common/inventory/group_vars/all/defaults.yml
@@ -19,7 +19,7 @@ api_address: "{{ inventory_hostname }}"
19
# Service endpoints
20
prometheus_address: "{{ hostvars[groups['prometheus'].0].api_address }}"
21
openondemand_address: "{{ hostvars[groups['openondemand'].0].api_address if groups['openondemand'] | count > 0 else '' }}"
22
-grafana_address: "{{ hostvars[groups['grafana'].0].api_address }}"
+grafana_address: "{{ hostvars[groups['prometheus'].0].api_address }}"
23
24
# Service IP addresses
25
openondemand_ip: "{{ hostvars[groups['openondemand'].0].ansible_host if groups['openondemand'] else '' }}"
0 commit comments