mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
* Add Atlas media and storage services * Document Atlas backend phase one and WireGuard deployment * Enable Atlas NAS management and document bootstrap workflow * Harden Atlas network, SSH, firewall, and sharing * Rotate Ansible Vault secrets * Allow configurable Aegis SSH users and authorized keys * Manage Aegis SSH authorized key fragments * Manage SSH authorized key fragments for infrastructure hosts * Harden Rocky storage and sharing configuration * Verify WireGuard handshakes and restore Podman networking
14 lines
643 B
Django/Jinja
14 lines
643 B
Django/Jinja
# Managed by Ansible. Contains a Vault secret; do not edit or copy.
|
|
TZ={{ atlas_timezone | to_json }}
|
|
DB_HOSTNAME="atlas-immich-postgres"
|
|
DB_USERNAME={{ atlas_immich_db_username | to_json }}
|
|
DB_PASSWORD={{ atlas_immich_db_password | to_json }}
|
|
DB_DATABASE_NAME={{ atlas_immich_db_name | to_json }}
|
|
DB_VECTOR_EXTENSION="vectorchord"
|
|
POSTGRES_USER={{ atlas_immich_db_username | to_json }}
|
|
POSTGRES_PASSWORD={{ atlas_immich_db_password | to_json }}
|
|
POSTGRES_DB={{ atlas_immich_db_name | to_json }}
|
|
POSTGRES_INITDB_ARGS="--data-checksums"
|
|
REDIS_HOSTNAME="atlas-immich-redis"
|
|
IMMICH_MACHINE_LEARNING_URL="http://atlas-immich-machine-learning:3003"
|