AWX_TOOLBOX/ping.yml
2025-05-31 17:52:42 -04:00

8 lines
123 B
YAML

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