7 lines
132 B
YAML
7 lines
132 B
YAML
---
|
|
- name: Ping all hosts
|
|
hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Send an Ansible Ping
|
|
ansible.builtin.ping:
|