ansible-demo-retwis/ping_all.yml
2024-03-07 22:38:24 +01:00

7 lines
124 B
YAML

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