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

9 lines
138 B
YAML

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