1
0
Files
ansible-semaphore/playbook/pingall.yml
2025-09-15 16:50:41 +02:00

7 lines
112 B
YAML

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