8 lines
155 B
YAML
8 lines
155 B
YAML
---
|
|
- name: Test connectivity and gather system information
|
|
hosts: all
|
|
become: false
|
|
tasks:
|
|
|
|
- name: Ping the servers
|
|
ansible.builtin.ping: |