vn-ansible/playbooks/ping.yml

6 lines
113 B
YAML

- name: Check whether host is alive and reachable
hosts: all
gather_facts: no
become: no
tasks:
- ping: