Files
ansible_playbooks/ping.yml
2026-02-12 14:46:23 +01:00

6 lines
100 B
YAML

- name: Test Connection
hosts: all
tasks:
- name: Ping the host
ansible.builtin.ping: