Files
ansible/ping.yml
T
2026-06-18 23:18:11 +03:00

8 lines
79 B
YAML

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