Test2/ping.yml
2024-11-22 14:35:29 +03:00

5 lines
99 B
YAML

- name: Test playbook
hosts: all
tasks:
- name: Ping all hosts
ansible.builtin.ping: