5 lines
92 B
YAML
5 lines
92 B
YAML
- name: Ping
|
|
hosts: od-hosts
|
|
tasks:
|
|
- name: Ping my hosts
|
|
ansible.builtin.ping:
|