ansible-netcup/playbook.yml

7 Zeilen
87 B
YAML

2023-11-26 15:03:21 +00:00
---
- name: Ping
hosts: all
tasks:
- name: Ping
ansible.builtin.ping: {}