This commit is contained in:
@@ -62,10 +62,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ansible-galaxy list
|
ansible-galaxy list
|
||||||
|
|
||||||
- name: 📋Display Inventory File
|
|
||||||
run: |
|
|
||||||
cat inventory/group_vars/grafana_servers/vars.yml
|
|
||||||
|
|
||||||
- name: 🔎Check Ansible Playbook Syntax
|
- name: 🔎Check Ansible Playbook Syntax
|
||||||
run: |
|
run: |
|
||||||
# ansible-playbook --syntax-check playbooks/update_debian.yml.ansible
|
# ansible-playbook --syntax-check playbooks/update_debian.yml.ansible
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
tasks_from: add_datasources.yml.ansible
|
tasks_from: add_datasources.yml.ansible
|
||||||
vars:
|
vars:
|
||||||
grafana_datasources:
|
grafana_datasources:
|
||||||
- name: "VictoriaLogs"
|
name: "VictoriaLogs"
|
||||||
type: "loki"
|
type: "loki"
|
||||||
url: "http://{{ hostvars[groups['victorialogs_servers'][0]]['victorialogs_ethernet_vip'] }}:9428"
|
url: "http://{{ hostvars[groups['victorialogs_servers'][0]]['victorialogs_ethernet_vip'] }}:9428"
|
||||||
access: "proxy"
|
access: "proxy"
|
||||||
|
|||||||
Reference in New Issue
Block a user