Ping yml
This commit is contained in:
5
training/ping.yml
Normal file
5
training/ping.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Hacer ping a todos los hosts
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Hacer ping a los hosts
|
||||
ping:
|
||||
Reference in New Issue
Block a user