system-from-scratch/ping.yml

6 lines
91 B
YAML
Raw Normal View History

2024-01-13 16:42:43 +05:00
- name: Ping
2024-01-13 16:51:44 +05:00
hosts: odhosts
2024-01-13 16:42:43 +05:00
tasks:
- name: Ping my hosts
ansible.builtin.ping: