ansible-netcup/playbook.yml

7 Zeilen
87 B
YAML

---
- name: Ping
hosts: all
tasks:
- name: Ping
ansible.builtin.ping: {}