test prometheus
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 1m38s

This commit is contained in:
master of disaster
2025-12-11 23:47:47 +01:00
parent 9e17c0c6b6
commit d1bb89fe95
2 changed files with 10 additions and 2 deletions

View File

@@ -65,9 +65,10 @@ 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_postgresql.yml.ansible ansible-playbook --syntax-check playbooks/install_monitoring.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_postgresql.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

View File

@@ -0,0 +1,7 @@
- hosts:
- prometheus_servers
gather_facts: true
become: true
roles:
- handlers
- prometheus