Files
speedBB/ansible/deploy-to-prod.yaml
tracer c4b0bf3b19
Some checks failed
CI/CD Pipeline / test (push) Successful in 2s
CI/CD Pipeline / deploy (push) Has been cancelled
test pipeline
2026-01-19 19:43:28 +01:00

16 lines
217 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:
- speedBB