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
6
templates/env/photoprism.env.j2
vendored
Normal file
6
templates/env/photoprism.env.j2
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PHOTOPRISM_ADMIN_USER={{ photoprism_admin_user }}
|
||||
PHOTOPRISM_ADMIN_PASSWORD={{ photoprism_admin_password }}
|
||||
PHOTOPRISM_DATABASE_PASSWORD={{ photoprism_database_password }}
|
||||
MARIADB_PASSWORD={{ photoprism_database_password }}
|
||||
MARIADB_ROOT_PASSWORD={{ photoprism_database_password }}
|
||||
MARIADB_USER=photoprism
|
||||
Loading…
Add table
Add a link
Reference in a new issue