vn-ansible/playbooks/ping.yml

4 lines
80 B
YAML

- name: Check that a host is alive and reachable
hosts: all
tasks:
- ping: