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