fix keepalived order
Some checks failed
🏃♂️Run Ansible / install_ansible (push) Failing after 6m35s
Some checks failed
🏃♂️Run Ansible / install_ansible (push) Failing after 6m35s
This commit is contained in:
@@ -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
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
|
- net_apps
|
||||||
- etcd
|
- etcd
|
||||||
- postgresql
|
- postgresql
|
||||||
- handlers
|
- handlers
|
||||||
Reference in New Issue
Block a user