Ansible/ping.yml
2023-06-14 19:08:44 +02:00

5 lines
56 B
YAML

---
- hosts: all
become: yes
tasks:
- ping