Ansible/ping.yml
2023-07-03 18:51:09 +02:00

8 lines
138 B
YAML

---
- name: ping module
hosts: linux
gather_facts: no
become: false
tasks:
- name: test connection
ansible.builtin.ping: