6 lines
89 B
YAML
6 lines
89 B
YAML
---
|
|
- name: Ping Test
|
|
hosts: all
|
|
tasks:
|
|
- name: Ping
|
|
ansible.builtin.ping:
|