Test2/ping.yml
2024-12-16 14:00:14 +03:00

5 lines
99 B
YAML

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