infra/.env.example
Jeremie Fraeys e7b9546f7f
Update infrastructure tooling and configuration
- Rename setup.sh to setup (drop extension for cleaner CLI)
- Update ansible.cfg for improved playbook execution
- Update .env.example with current environment variables
2026-02-21 18:30:16 -05:00

44 lines
No EOL
1.1 KiB
Text

ANSIBLE_PRIVATE_KEY_FILE=
TF_VAR_region=ca-central
TF_VAR_instance_type=g6-nanode-1
TF_VAR_image=linode/debian13
TF_VAR_ssh_port=22
TF_VAR_timezone=America/Toronto
TF_VAR_add_cloudflare_ips=false
TF_VAR_enable_cloudflare_dns=false
TF_VAR_enable_services_wildcard=true
TF_VAR_object_storage_bucket=
TF_VAR_object_storage_region=us-east-1
S3_BUCKET=
S3_REGION=us-east-1
S3_ENDPOINT=https://us-east-1.linodeobjects.com
RESTIC_REPOSITORY=
RESTIC_AWS_DEFAULT_REGION=us-east-1
INFRA_BACKUP_ONCALENDAR=daily
RESTIC_KEEP_DAILY=7
RESTIC_KEEP_WEEKLY=4
RESTIC_KEEP_MONTHLY=6
ALERTMANAGER_SLACK_CHANNEL=#alerts
ALERTMANAGER_SLACK_USERNAME=alertmanager
AUTHELIA_SMTP_ADDRESS=
AUTHELIA_SMTP_USERNAME=
AUTHELIA_SMTP_PASSWORD=
AUTHELIA_SMTP_SENDER=
AUTHELIA_SMTP_IDENTIFIER=
AUTHELIA_SMTP_STARTUP_CHECK_ADDRESS=
AUTHELIA_NOTIFIER_DISABLE_STARTUP_CHECK=false
# AUTHELIA_NOTIFIER_TYPE=filesystem
# AUTHELIA_USE_POSTFIX=false
# POSTFIX_RELAYHOST=
# POSTFIX_RELAYHOST_USERNAME=
# POSTFIX_RELAYHOST_PASSWORD=
# POSTFIX_SMTP_TLS_SECURITY_LEVEL=may
# POSTFIX_ALLOWED_SENDER_DOMAINS=
# POSTFIX_ALLOW_EMPTY_SENDER_DOMAINS=true