9 lines
92 B
YAML
9 lines
92 B
YAML
---
|
|
- name: ping
|
|
hosts: RHEL_Servers
|
|
become: yes
|
|
|
|
tasks:
|
|
- name: Ping
|
|
ping:
|