Ansible/ping.yml

8 lines
146 B
YAML
Raw Normal View History

2023-06-14 19:08:44 +02:00
---
2023-06-14 19:11:43 +02:00
- name: ping module
2023-07-03 18:52:44 +02:00
hosts: linux:proxmox
2023-07-03 18:51:09 +02:00
gather_facts: no
2023-06-14 19:11:43 +02:00
become: false
2023-06-14 19:05:40 +02:00
tasks:
2023-06-14 19:11:43 +02:00
- name: test connection
ansible.builtin.ping: