7 lines
107 B
YAML
7 lines
107 B
YAML
|
---
|
||
|
- name: Pinge alle Hosts
|
||
|
hosts: all
|
||
|
tasks:
|
||
|
- name: Führe Ping aus
|
||
|
ansible.builtin.ping:
|