AWX_TOOLBOX/ping.yml
2025-06-08 14:42:49 -04:00

8 lines
124 B
YAML

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