Files
speedBB/ansible/deploy-to-prod.yaml
Micha c84ac5694f
Some checks failed
CI/CD Pipeline / test (push) Successful in 3s
CI/CD Pipeline / deploy (push) Failing after 3s
added ansible playbook
2026-01-19 18:49:19 +01:00

16 lines
216 B
YAML

---
- name: Ping the hosts defined in hosts.ini
hosts: prod
vars_files:
- ./vars/vault.yaml
- ./vars/vars.yaml
gather_facts: yes
tasks:
- name: Ping the hosts
ping:
roles:
- weekly