ansible/base-debian.yml
2026-03-30 15:19:20 +02:00

7 lines
108 B
YAML

---
- name: Basis-Konfiguration für Debian VMs
hosts: all
become: yes
roles:
- base
- docker