Files
playbooks/ping.yml
2026-01-31 13:56:14 +01:00

9 lines
122 B
YAML

---
- name: Ping all hosts
hosts: all
gather_facts: false
tasks:
- name: Ping host
ansible.builtin.ping: