prole/infrastructure/playbooks/smoke_ping.yml

8 lines
136 B
YAML

---
- name: Smoke test connectivity (no roles)
hosts: all
gather_facts: false
tasks:
- name: Ping
ansible.builtin.ping: