Ansible/ping.yml
2023-07-03 18:52:44 +02:00

8 lines
146 B
YAML

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