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