ansible/pfannkuchen.ini
Sascha d857b72cf8 netcup VPS: Inventory-Eintrag + sysctl-Override (BBR/fq, ohne VM-Werte)
- [vps]-Gruppe mit netcup (194.13.80.132) ins Inventory, in [all:children]
- sysctl-Rolle: Loop auf Variable sysctl_params umgestellt (defaults/main.yml)
- group_vars/vps: VPS-Override (fq ergaenzt, swappiness/dirty_ratio weggelassen)
- .gitignore: id_ed25519 (privater Key!) + iso-builder/output ergaenzt

Entspricht dem live gesetzten /etc/sysctl.d/99-net-tuning.conf (15.06.2026).
Dry-run gegen netcup: changed=0 (idempotent), andere Hosts unveraendert.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-15 21:27:23 +02:00

113 lines
1.8 KiB
INI

[proxmox]
node1 ansible_host=10.5.85.11
node2 ansible_host=10.5.85.12
node3 ansible_host=10.5.85.13
node4 ansible_host=10.5.85.14
node5 ansible_host=10.5.85.15
node6 ansible_host=10.5.85.16
node7 ansible_host=10.5.85.17
[proxmox:vars]
ansible_user=root
[infrastructure]
# Infrastructure hosts (placeholder for backup:children)
node1
node2
node3
node4
node5
node6
node7
[media]
emby-sascha ansible_host=10.6.1.103
immich ansible_host=10.4.1.107
emby-chris ansible_host=10.7.1.106
[arr]
tdarr ansible_host=10.2.1.104
arrapps ansible_host=10.2.1.100
sabnzbd ansible_host=10.2.1.119
arr-chris ansible_host=10.7.1.100
arr-chris-live ansible_host=10.7.1.101
[docker]
dockhand ansible_host=10.4.1.116
[auto]
n8n ansible_host=10.4.1.113
hermes ansible_host=10.4.1.100
monitoring ansible_host=10.1.1.111
automation1 ansible_host=10.5.85.5
outline ansible_host=10.1.1.100
k3s-control ansible_host=10.3.1.110
k3s-worker2 ansible_host=10.3.1.112
k3s-worker3 ansible_host=10.3.1.113
k3s-worker1 ansible_host=10.3.1.111
satisfactory ansible_host=10.3.1.120
wolfstack-vm ansible_host=10.1.1.110
[communication]
matrix ansible_host=10.4.1.110
[hetzner]
pfannkuchen ansible_host=159.69.245.190 ansible_user=root ansible_port=2505
[vps]
# netcup VPS (Nuernberg) - WireGuard-Hub + Caddy Reverse Proxy, seit 13.06.2026
netcup ansible_host=194.13.80.132 ansible_user=root
[nvidia]
tdarr
emby-sascha
emby-chris
immich
[proxmox_gpu]
node2
node4
node6
node7
[wireguard]
node1
node2
node3
node4
node5
node6
node7
[all:children]
media
arr
docker
auto
communication
infrastructure
hetzner
proxmox
vps
[backup:children]
media
arr
docker
auto
communication
proxmox
hetzner
infrastructure
# Credentials liegen in group_vars/ (nicht im INI, da kein Jinja2-Support)
[hawser:children]
media
arr
docker
auto
communication
hetzner