Date : 12/01/2026 23:55 Type : INFRA Effort : S (2-4h)
Créer un repo GitLab infra-configs pour versionner toutes les configurations système de la stack 33800.
infra-configs/
├── nginx/
│ └── sites-available/ # Toutes les configs nginx
│ ├── pihole.33800.nowhere84.com.conf
│ ├── syncthing.33800.nowhere84.com.conf
│ ├── gitlab.33800.nowhere84.com.conf
│ └── ...
│
├── docker/
│ └── stacks/ # Docker compose files
│ ├── pihole/
│ ├── syncthing/
│ ├── notifications/
│ └── ...
│
├── systemd/
│ ├── pve/ # Services PVE
│ ├── proxmox155/ # Services Proxmox 155
│ │ └── zfs-import-stock1to.service
│ └── prod-portainer/ # Services prod-portainer
│
├── cron/
│ ├── pve/ # Crons PVE
│ └── proxmox155/ # Crons Proxmox 155
│
├── zfs/
│ └── proxmox155/
│ └── default-zfs # /etc/default/zfs
│
└── README.md
| Machine | Configs à versionner |
|---|---|
| nginx (192.168.1.104) | /etc/nginx/sites-available/*.conf |
| prod-portainer (192.168.1.12) | docker stacks, systemd services |
| PVE (192.168.1.4) | crons, scripts |
| Proxmox 155 (192.168.1.155) | systemd, zfs, crons |
infra-configs ?