14 lines
694 B
YAML
14 lines
694 B
YAML
- hosts: webservers
|
|
roles:
|
|
- name: ollama
|
|
database_url: postgres://openwebui:{{ postgresql_users.openwebui }}@postgresql:5432/openwebui
|
|
webui_secret_key: "{{ ollama.webui_secret_key }}"
|
|
webui_url: https://ai.comfycamp.space
|
|
enable_login_form: false
|
|
admin_email: admin@comfycamp.space
|
|
enable_oauth_signup: true
|
|
oauth_client_id: pUiGwuYn4HP26e0R95IqCYhICay1qsLQIHSTZnxT
|
|
oauth_client_secret: "{{ ollama.client_secret }}"
|
|
oauth_provider_name: Comfy Camp
|
|
openid_provider_url: https://auth.comfycamp.space/application/o/ollama/.well-known/openid-configuration
|
|
openid_redirect_uri: https://ai.comfycamp.space/oauth/oidc/callback
|