This commit is contained in:
David Lopez 2023-08-29 09:36:45 +02:00
parent c04e600417
commit 705aab449f
1 changed files with 7 additions and 0 deletions

7
linux/os/ping-test.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: Ping Linux hosts
hosts: "{{ hosts_servers }}"
tasks:
- name: Ping Linux hosts using ping module
ansible.builtin.ping: