main #31
|
@ -1,4 +1,6 @@
|
||||||
- name: Check that a host is alive and reachable
|
- name: Check that a host is alive and reachable
|
||||||
hosts: all
|
hosts: all
|
||||||
|
gather_facts: no
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- ping:
|
- ping:
|
Loading…
Reference in New Issue