Ansible/ping.yml

7 lines
117 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
hosts: all
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: