system-from-scratch/playbooks/ping.yml
2024-01-13 16:56:59 +05:00

6 lines
91 B
YAML

- name: Ping
hosts: odhosts
tasks:
- name: Ping my hosts
ansible.builtin.ping: