.gitea/workflows/ansible-runner.yaml aktualisiert
All checks were successful
🏃Run Ansible / install_ansible (push) Successful in 4m25s

This commit is contained in:
2025-12-28 09:42:24 +01:00
parent be9b68a6ef
commit adceb20f56

View File

@@ -64,11 +64,11 @@ jobs:
- name: 🔎Check Ansible Playbook Syntax
run: |
ansible-playbook --syntax-check playbooks/deploy_victorialogs.yml.ansible
ansible-playbook --syntax-check playbooks/deploy_fluent-bit.yml.ansible
- name: 🏃Run Ansible Playbook
- name: 🏃Run Ansible deploy_fluent-bit.yml.ansible
run: |
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_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