ansible/host_vars/unhb4/authentik.yml

41 lines
1.1 KiB
YAML
Raw Normal View History

2022-12-14 21:41:29 +01:00
---
container_names:
authentik:
server: "authentik-server-1.server4"
worker: "authentik-worker-1.server4"
redis: "authentik-redis-1.server4"
db: "authentik-postgresql-1.server4"
2023-09-18 13:29:33 +02:00
authentik_error_reporting: "false"
2022-12-14 21:41:29 +01:00
authentik_email_host: "mail.un-hack-bar.de"
authentik_email_port: "587"
authentik_email_use_tls: "true"
authentik_email_use_ssl: "false"
authentik_email_timeout: "10"
authentik_port_http: "9000"
authentik_port_https: "9443"
authentik_domain: "auth.un-hack-bar.de,auth.unhb.de"
2023-01-11 01:06:23 +01:00
authentik_allow_users_to_change_email: "false" # disable emailaddress changes to avoid emailaddress collisions
authentik_allow_users_to_change_names: "true" # enables name changes
2022-12-16 11:52:21 +01:00
authentik_allow_users_to_change_usernames: "false" # disable username changes to avoid username collisions
authentik_postgres_version: "12-alpine"
2023-09-18 13:29:33 +02:00
docker_compose_config_dir: "/srv/docker-config"
docker_volumes_dir: "/srv/docker-volumes"
firewall_services:
- ssh
- http
- https
- smtp
- pop3
firewall_ports:
- 64738/tcp # Mumble
- 64738/udp # Mumble
- 21117/tcp # Rustdesk
version:
2023-09-18 13:29:33 +02:00
authentik: "2023.8.3"