Ansible/ping.yml

7 lines
119 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:41:06 +02:00
hosts: linux
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: