--- - hosts: webservers roles: - name: immich db_url: postgres://immich:{{ postgresql_users.immich }}@postgresql:5432/immich?sslmode=disable external_domain: https://i.comfycamp.space openid_client_id: "{{ immich.client_id }}" openid_client_secret: "{{ immich.client_secret }}" openid_issuer_url: https://auth.comfycamp.space/application/o/immich/ openid_button_text: Login with Comfy Camp smtp_enabled: true smtp_from: immich@comfycamp.space smtp_host: comfycamp.space smtp_username: immich@comfycamp.space smtp_password: "{{ mail_users['immich@comfycamp.space'] }}"