fix keepalived order
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 6m35s

This commit is contained in:
Ronny
2025-12-11 16:02:56 +00:00
parent 43dbe8ed48
commit f028e53d6b
2 changed files with 1 additions and 2 deletions

View File

@@ -65,11 +65,9 @@ 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/deploy_minio.yml.ansible
ansible-playbook --syntax-check playbooks/install_postgresql.yml.ansible ansible-playbook --syntax-check playbooks/install_postgresql.yml.ansible
- name: 🏃Run Ansible Playbook - name: 🏃Run Ansible Playbook
run: | run: |
ansible-playbook -i inventory/raspberries.yaml playbooks/deploy_minio.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/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_postgresql.yml.ansible --vault-password-file .vault_pass.txt

View File

@@ -3,6 +3,7 @@
gather_facts: true gather_facts: true
become: true become: true
roles: roles:
- net_apps
- etcd - etcd
- postgresql - postgresql
- handlers - handlers