10 lines
432 B
YAML
10 lines
432 B
YAML
---
|
|
- 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
|