- 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é
3 lines
227 B
Django/Jinja
3 lines
227 B
Django/Jinja
# Variables defined here will be available to use anywhere in the config with the syntax ${MY_SECRET_TOKEN}
|
|
# Note: making changes to this file requires re-running docker compose up
|
|
MY_SECRET_TOKEN={{ glance_secret_token }}
|