2024-11/04/ping_all.yml

7 lines
107 B
YAML
Raw Permalink Normal View History

2024-11-26 10:41:41 +00:00
---
- name: Pinge alle Hosts
hosts: all
tasks:
- name: Führe Ping aus
ansible.builtin.ping: