diff --git a/linux/os/ping-test.yml b/linux/os/ping-test.yml new file mode 100644 index 0000000..44ec9dd --- /dev/null +++ b/linux/os/ping-test.yml @@ -0,0 +1,7 @@ +--- +- name: Ping Linux hosts + hosts: "{{ hosts_servers }}" + tasks: + - name: Ping Linux hosts using ping module + ansible.builtin.ping: + \ No newline at end of file