initial pfannkuchen

This commit is contained in:
sascha 2026-03-30 15:19:20 +02:00
parent b6dafc7a73
commit 4d305fa19f
99 changed files with 3575 additions and 321 deletions

19
site.yml Normal file
View file

@ -0,0 +1,19 @@
---
# Neue VM komplett einrichten
- name: VM Setup
hosts: all
become: yes
roles:
- base
- docker
- borg
- hawser
- sysctl
# Proxmox Hosts
- name: Proxmox Tuning
hosts: proxmox
become: yes
roles:
- sysctl_proxmox
- telegraf