Update playbooks/ping.yml

This commit is contained in:
keteflips 2025-04-12 21:49:59 +02:00
parent 956d9ad4cc
commit 19122e5efb

View File

@ -1,6 +1,7 @@
--- ---
- name: Playbook para realizar un ping a todos los hosts - name: Playbook para realizar un ping a todos los hosts
hosts: all hosts: all
remote_user: root
tasks: tasks:
- name: Ejecutar un ping a los hosts remotos - name: Ejecutar un ping a los hosts remotos
ping: ping: