This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
tasks_from: add_datasources.yml.ansible
|
||||
vars:
|
||||
grafana_datasources:
|
||||
- name: "VictoriaLogs"
|
||||
type: "loki"
|
||||
url: "http://{{ hostvars[groups['victorialogs_servers'][0]]['victorialogs_ethernet_vip'] }}:9428"
|
||||
access: "proxy"
|
||||
is_default: false
|
||||
version: 1
|
||||
editable: false
|
||||
name: "VictoriaLogs"
|
||||
type: "loki"
|
||||
url: "http://{{ hostvars[groups['victorialogs_servers'][0]]['victorialogs_ethernet_vip'] }}:9428"
|
||||
access: "proxy"
|
||||
is_default: false
|
||||
version: 1
|
||||
editable: false
|
||||
- hosts:
|
||||
- dev
|
||||
gather_facts: true
|
||||
|
||||
Reference in New Issue
Block a user