7 lines
112 B
YAML
7 lines
112 B
YAML
- name: Ping all hosts
|
|
hosts: all
|
|
gather_facts: False
|
|
tasks:
|
|
- name: Ping
|
|
ansible.builtin.ping:
|