AWX_TOOLBOX/ping.yml
2025-06-08 21:58:15 -04:00

8 lines
124 B
YAML

---
- name: Ping all hosts
hosts: all
gather_facts: yes
tasks:
- name: Ping the hosts
ansible.builtin.ping: