This commit is contained in:
@@ -64,12 +64,11 @@ jobs:
|
|||||||
|
|
||||||
- name: 🔎Check Ansible Playbook Syntax
|
- name: 🔎Check Ansible Playbook Syntax
|
||||||
run: |
|
run: |
|
||||||
ansible-playbook --syntax-check playbooks/deploy_fluent-bit.yml.ansible
|
ansible-playbook --syntax-check playbooks/deploy_grafana.yml.ansible
|
||||||
|
|
||||||
- name: 🏃Run Ansible deploy_fluent-bit.yml.ansible
|
- name: 🏃Run Ansible deploy_grafana.yml.ansible
|
||||||
run: |
|
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_grafana.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
|
# Beispiel für den Benachrichtigungsschritt
|
||||||
- name: 📨Telegram Benachrichtigung senden
|
- name: 📨Telegram Benachrichtigung senden
|
||||||
uses: chapvic/telegram-notify@master
|
uses: chapvic/telegram-notify@master
|
||||||
|
|||||||
Reference in New Issue
Block a user