Files
speedBB/ansible/deploy-to-prod.yaml
2026-01-23 19:26:48 +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