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
|
||||
run: |
|
||||
# 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
|
||||
|
||||
- name: 🏃♂️Run Ansible Playbook
|
||||
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/install_postgresql.yml.ansible --vault-password-file .vault_pass.txt
|
||||
@@ -3,6 +3,7 @@
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- net_apps
|
||||
- etcd
|
||||
- postgresql
|
||||
- handlers
|
||||
Reference in New Issue
Block a user