deploy fluentbit
All checks were successful
🏃‍♂️Run Ansible / install_ansible (push) Successful in 4m0s

This commit is contained in:
master of disaster
2025-12-20 23:32:16 +01:00
parent 0b1792d5a2
commit ae0fbe8724
3 changed files with 9 additions and 13 deletions

View File

@@ -64,15 +64,11 @@ jobs:
- name: 🔎Check Ansible Playbook Syntax
run: |
# ansible-playbook --syntax-check playbooks/update_debian.yml.ansible
ansible-playbook --syntax-check playbooks/deploy_victoriametrics.yml.ansible
ansible-playbook --syntax-check playbooks/deploy_victorialogs.yml.ansible
ansible-playbook --syntax-check playbooks/deploy_fluent-bit.yml.ansible
- name: 🏃Run Ansible Playbook
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/deploy_victoriametrics.yml.ansible --vault-password-file .vault_pass.txt -v
ansible-playbook -i inventory/raspberries.yaml playbooks/deploy_victorialogs.yml.ansible --vault-password-file .vault_pass.txt -v
ansible-playbook -i inventory/raspberries.yaml playbooks/deploy_fluent-bit.yml.ansible --vault-password-file .vault_pass.txt -v
# Beispiel für den Benachrichtigungsschritt
- name: 📨Telegram Benachrichtigung senden
uses: chapvic/telegram-notify@master