5 lines
99 B
YAML
5 lines
99 B
YAML
- name: Test playbook
|
|
hosts: all
|
|
tasks:
|
|
- name: Ping all hosts
|
|
ansible.builtin.ping:
|