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

This commit is contained in:
2025-12-27 13:41:30 +01:00
parent 08205b4703
commit be9b68a6ef

View File

@@ -1,4 +1,4 @@
name: 🏃‍♂️Run Ansible
name: 🏃Run Ansible
on:
push:
@@ -66,9 +66,10 @@ jobs:
run: |
ansible-playbook --syntax-check playbooks/deploy_victorialogs.yml.ansible
- name: 🏃‍♂️Run Ansible Playbook
- name: 🏃Run Ansible Playbook
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_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