diff --git a/training/ping.yml b/training/ping.yml new file mode 100644 index 0000000..09baa37 --- /dev/null +++ b/training/ping.yml @@ -0,0 +1,5 @@ +- name: Hacer ping a todos los hosts + hosts: all + tasks: + - name: Hacer ping a los hosts + ping: \ No newline at end of file