Commit initial : infrastructure Ansible pour homeserver
- Playbooks Ansible avec rôles (common, cockpit, docker, services) - 30+ stacks Docker Compose avec reverse proxy Traefik - Ansible Vault pour gestion secrets - Intégration CrowdSec pour détection intrusions - Versions images Docker fixées pour reproductibilité
This commit is contained in:
commit
fd01ea59ee
125 changed files with 4768 additions and 0 deletions
9
stacks/glance/container-builder/Dockerfile
Normal file
9
stacks/glance/container-builder/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY generate_containers_block.py .
|
||||
|
||||
RUN pip install docker pyyaml requests beautifulsoup4
|
||||
|
||||
CMD ["python3", "generate_containers_block.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue