ping.yml hinzugefügt

This commit is contained in:
2026-01-31 13:56:14 +01:00
parent 66dcc11a91
commit 5f052509ec

8
ping.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Ping all hosts
hosts: all
gather_facts: false
tasks:
- name: Ping host
ansible.builtin.ping: