refactor: update repository paths and configurations for consistency across services
This commit is contained in:
@@ -24,7 +24,7 @@ argos_group: argos
|
||||
argos_directory: /srv/argos
|
||||
argos_port: 25534
|
||||
argos_log_level: INFO
|
||||
argos_searxng_instances: http://oberon.incus:22083/
|
||||
argos_searxng_instances: http://rosalind.incus:22089/
|
||||
argos_cache_ttl: 300
|
||||
argos_max_results: 10
|
||||
argos_request_timeout: 30.0
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# Services: alloy, postgresql
|
||||
# Note: PgAdmin moved to Prospero (PPLG stack)
|
||||
|
||||
ansible_user: robert
|
||||
|
||||
services:
|
||||
- alloy
|
||||
- postgresql
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# Prospero Configuration - PPLG Observability & Admin Stack
|
||||
# Services: pplg (PgAdmin, Prometheus, Loki, Grafana + HAProxy + OAuth2-Proxy)
|
||||
|
||||
ansible_user: robert
|
||||
|
||||
services:
|
||||
- alloy
|
||||
- pplg
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# Puck Configuration - Application Runtime
|
||||
# Services: alloy, docker, lxqt, jupyterlab
|
||||
|
||||
ansible_user: robert
|
||||
|
||||
services:
|
||||
- alloy
|
||||
- docker
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# Rosalind Configuration - GO, Node.js, PHP Apps
|
||||
# Services: alloy, gitea, lobechat, nextcloud
|
||||
|
||||
ansible_user: robert
|
||||
|
||||
services:
|
||||
- alloy
|
||||
- anythingllm
|
||||
@@ -219,8 +221,8 @@ openwebui_log_level: info
|
||||
searxng_user: searxng
|
||||
searxng_group: searxng
|
||||
searxng_directory: /srv/searxng
|
||||
searxng_port: 22083
|
||||
searxng_base_url: http://rosalind.incus:22083/
|
||||
searxng_port: 22089
|
||||
searxng_base_url: http://rosalind.incus:22089/
|
||||
searxng_instance_name: "Ouranos Search"
|
||||
searxng_secret_key: "{{ vault_searxng_secret_key }}"
|
||||
|
||||
@@ -228,7 +230,7 @@ searxng_secret_key: "{{ vault_searxng_secret_key }}"
|
||||
# Note: Each host supports at most one OAuth2-Proxy sidecar instance
|
||||
# (binary shared at /usr/local/bin/oauth2-proxy, unique systemd unit per service)
|
||||
searxng_oauth2_proxy_dir: /etc/oauth2-proxy-searxng
|
||||
searxng_proxy_port: 22073
|
||||
searxng_proxy_port: 22079
|
||||
searxng_domain: "ouranos.helu.ca"
|
||||
searxng_oauth2_oidc_issuer_url: "https://id.ouranos.helu.ca"
|
||||
searxng_oauth2_redirect_url: "https://searxng.ouranos.helu.ca/oauth2/callback"
|
||||
|
||||
@@ -65,7 +65,7 @@ haproxy_backends:
|
||||
redirect_root: "/login/heluca" # Redirect root to branded org login page
|
||||
|
||||
- subdomain: "openwebui"
|
||||
backend_host: "oberon.incus"
|
||||
backend_host: "rosalind.incus"
|
||||
backend_port: 22088
|
||||
health_path: "/"
|
||||
|
||||
@@ -81,8 +81,8 @@ haproxy_backends:
|
||||
|
||||
# SearXNG - routed through OAuth2-Proxy sidecar on Oberon
|
||||
- subdomain: "searxng"
|
||||
backend_host: "oberon.incus"
|
||||
backend_port: 22073
|
||||
backend_host: "rosalind.incus"
|
||||
backend_port: 22079
|
||||
health_path: "/ping"
|
||||
|
||||
- subdomain: "pgadmin"
|
||||
|
||||
Reference in New Issue
Block a user