fix playbook
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 6m31s

This commit is contained in:
master of disaster
2025-12-20 02:04:47 +01:00
parent 3edd9d765e
commit eafa1d686d
2 changed files with 7 additions and 11 deletions

View File

@@ -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

View File

@@ -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"