ping
This commit is contained in:
parent
c04e600417
commit
705aab449f
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Ping Linux hosts
|
||||||
|
hosts: "{{ hosts_servers }}"
|
||||||
|
tasks:
|
||||||
|
- name: Ping Linux hosts using ping module
|
||||||
|
ansible.builtin.ping:
|
||||||
|
|
Loading…
Reference in New Issue