deploy grafana
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 4m12s

This commit is contained in:
Ronny
2025-12-17 08:59:22 +00:00
parent dec9b2c2b3
commit 134369a98b
2 changed files with 8 additions and 2 deletions

View File

@@ -65,12 +65,12 @@ jobs:
- 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
ansible-playbook --syntax-check playbooks/install_monitoring.yml.ansible ansible-playbook --syntax-check playbooks/deploy_grafana.yml.ansible
- name: 🏃Run Ansible Playbook - name: 🏃Run Ansible Playbook
run: | run: |
# ansible-playbook -i inventory/raspberries.yaml playbooks/update_debian.yml.ansible --vault-password-file .vault_pass.txt # ansible-playbook -i inventory/raspberries.yaml playbooks/update_debian.yml.ansible --vault-password-file .vault_pass.txt
ansible-playbook -i inventory/raspberries.yaml playbooks/install_monitoring.yml.ansible --vault-password-file .vault_pass.txt -v ansible-playbook -i inventory/raspberries.yaml playbooks/deploy_grafana.yml.ansible --vault-password-file .vault_pass.txt -v
# Beispiel für den Benachrichtigungsschritt # Beispiel für den Benachrichtigungsschritt
- name: 📨Telegram Benachrichtigung senden - name: 📨Telegram Benachrichtigung senden
uses: chapvic/telegram-notify@master uses: chapvic/telegram-notify@master

View File

@@ -0,0 +1,6 @@
- name: Gather facts from all hosts
hosts: grafana_servers
gather_facts: true
become: true
roles:
- grafana