2024-09/04/ping_all.yml

7 lines
107 B
YAML
Raw Permalink Normal View History

2024-09-17 08:34:44 +00:00
---
- name: Pinge alle Hosts
hosts: all
tasks:
- name: Führe Ping aus
ansible.builtin.ping: