mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
176 lines
5.8 KiB
INI
176 lines
5.8 KiB
INI
; Knoe Master Configuration File
|
|
; Generated by install.py on 2026-04-22 21:15:00
|
|
; This file is used as input for Ansible deployment and k8s cluster creation.
|
|
|
|
[User]
|
|
; User-editable values; derived values below reference these by default.
|
|
; No user values captured yet for this section.
|
|
|
|
[Inputs]
|
|
; Screen-scoped inputs used for unattended replays (-S)
|
|
argocd.node_selector =
|
|
build.deploy_env = Dev
|
|
build.run_build = false
|
|
database_options.distribution = percona
|
|
database_options.ext.dblink = true
|
|
database_options.ext.pg_buffercache = true
|
|
database_options.ext.pg_cron = true
|
|
database_options.ext.pg_freespacemap = true
|
|
database_options.ext.pg_repack = true
|
|
database_options.ext.pg_stat_monitor = true
|
|
database_options.ext.pg_stat_statements = true
|
|
database_options.ext.pg_tde = true
|
|
database_options.ext.pgaudit = true
|
|
database_options.ext.pgbadger = true
|
|
database_options.ext.pgcrypto = true
|
|
database_options.ext.pgrowlocks = true
|
|
database_options.ext.pgvector = true
|
|
database_options.ext.postgis = true
|
|
database_options.ext.postgres_fdw = true
|
|
database_options.version_type = v18
|
|
dependencies.auto_install_missing = true
|
|
dependencies.brew.install = true
|
|
dependencies.containerd.install = true
|
|
dependencies.docker-buildx.install = true
|
|
dependencies.docker.install = true
|
|
dependencies.gcloud.install = true
|
|
dependencies.k3d.install = true
|
|
dependencies.kubectl.install = true
|
|
dependencies.kubectx.install = true
|
|
dependencies.op.install = true
|
|
dependencies.opentofu.install = true
|
|
dependencies.python.install = true
|
|
dependencies.verify_all = false
|
|
disk_selection.disk_type = local
|
|
disk_selection.local_path = /Users/chrisfu/dev/knoe-db/knoe-tools-app/dist
|
|
disk_selection.removable_mount =
|
|
env_setup.CLUSTER_NAME = ${CLUSTER_NAME}
|
|
env_setup.DATABASE_NAMESPACE = ${DATABASE_NAMESPACE}
|
|
env_setup.KNOE_CONF = /Users/chrisfu/dev/knoe-db/conf
|
|
gitops.git_provider = Gitea
|
|
gitops.node_selector =
|
|
init_cluster.argocd_enabled = false
|
|
init_cluster.at_rest_encryption_enabled = true
|
|
init_cluster.cluster_env = dev
|
|
init_cluster.deployment_target = knoe-dev-cluster
|
|
init_cluster.gitops_enabled = false
|
|
init_cluster.k3s_server_url = https://myrddin.prole.org:6443
|
|
init_cluster.k3s_token = ${KNOE_SECRET:v1:-cslrAhG8WhxxJLY:vAx5MGOBcU1NBMjf4U-3y1djMDmwwOjiWkrutxPa4Li5P8RBjCBhEOCEdGP2CiPJJ6UQK-ietX-mu_5nO3yNNjpwDququT4U6lWHPEInSvUNH6ImU-HzPvm_diL2FwJtZm3sY5HgecIy2dwXB_vLnYaA_7VXt9zf0T70rw==}
|
|
init_cluster.kerberos_enabled = false
|
|
init_cluster.mode = k3d
|
|
init_cluster.start_cluster = true
|
|
init_cluster.supabase_enabled = false
|
|
init_cnpg_deploy.force_rollout = false
|
|
init_cnpg_deploy.run_deploy = true
|
|
init_db_build.run_build = true
|
|
init_password.cluster_name = ${CLUSTER_NAME}
|
|
init_password.db_host_port = 5432
|
|
init_password.db_namespace = ${DATABASE_NAMESPACE}
|
|
init_password.db_password =
|
|
init_password.db_password_confirm =
|
|
init_password.db_username = root
|
|
init_password.generate_ssh_key = true
|
|
init_scripts.run_scripts = true
|
|
kerberos_config.enabled = false
|
|
kerberos_config.kdc =
|
|
kerberos_config.password =
|
|
kerberos_config.realm =
|
|
kerberos_config.test_connection = false
|
|
kerberos_config.user = administrator
|
|
network_scan.run = true
|
|
ollama_config.model =
|
|
ollama_config.server_host =
|
|
ollama_config.server_port = 11434
|
|
supabase_config.pv_base_dir = /synology/d005
|
|
supabase_config.pv_node =
|
|
|
|
[Global]
|
|
; Variables used by name in more than one place or assumed global scope
|
|
CLUSTER_ENV = dev
|
|
CLUSTER_NAME = knoe-db
|
|
DATABASE_NAMESPACE = knoe-db-18-140
|
|
DB_HOST_PORT = 5432
|
|
DEPLOYMENT_MODE = k3d
|
|
DEPLOYMENT_TARGET = knoe-dev-cluster
|
|
DOCKER_PRELOAD = false
|
|
KNOE_DB_USER = root
|
|
OPTIONAL_WORKLOADS_MIN_READY_SCHEDULABLE_NODES = 2
|
|
PROLE_K3S_SERVER = https://myrddin.prole.org:6443
|
|
PROLE_K3S_TOKEN = ${KNOE_SECRET:v1:-cslrAhG8WhxxJLY:vAx5MGOBcU1NBMjf4U-3y1djMDmwwOjiWkrutxPa4Li5P8RBjCBhEOCEdGP2CiPJJ6UQK-ietX-mu_5nO3yNNjpwDququT4U6lWHPEInSvUNH6ImU-HzPvm_diL2FwJtZm3sY5HgecIy2dwXB_vLnYaA_7VXt9zf0T70rw==}
|
|
PROLE_OPENTOFU_URL = http://127.0.0.1:8080
|
|
SERVICE_NAMESPACE = knoe-system
|
|
SUPABASE_PV_BASE = /synology/d005
|
|
SUPABASE_PV_BASE_DIR = /synology/d005
|
|
|
|
[Welcome]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Dependencies]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Network]
|
|
KERBEROS_AUTO_ENABLED = False
|
|
|
|
[Port Forwards]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[System Environment]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Monitoring]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Kerberos Authentication]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Ollama]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Optional Features]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[GitOps]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Database Creation]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Initialize Cluster]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Dev Cluster (k3d)]
|
|
CLUSTER_ENV = dev
|
|
DISPLAY_NAME = knoe-dev-cluster
|
|
MODE = k3d
|
|
|
|
[Service Cluster (k3s)]
|
|
CLUSTER_ENV = knoe-service-cluster
|
|
DISPLAY_NAME = knoe-service-cluster
|
|
K3S_SERVER_URL = https://myrddin.prole.org:6443
|
|
K3S_TOKEN = ${KNOE_SECRET:v1:-cslrAhG8WhxxJLY:vAx5MGOBcU1NBMjf4U-3y1djMDmwwOjiWkrutxPa4Li5P8RBjCBhEOCEdGP2CiPJJ6UQK-ietX-mu_5nO3yNNjpwDququT4U6lWHPEInSvUNH6ImU-HzPvm_diL2FwJtZm3sY5HgecIy2dwXB_vLnYaA_7VXt9zf0T70rw==}
|
|
MODE = k3s
|
|
PIPELINE_URL = http://127.0.0.1:8080
|
|
|
|
[GCP]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Prod Cluster (k8s)]
|
|
ARTIFACTS_DIR = $HOME/dev/knoe-db/data/staging
|
|
CLUSTER_ENV = knoe-prod-cluster
|
|
DISPLAY_NAME = knoe-prod-cluster
|
|
MODE = k8s
|
|
PIPELINE_URL = http://127.0.0.1:8080
|
|
|
|
[Docker Build]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Initialization Scripts]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Deployment]
|
|
MODE = k3d
|
|
TARGET = knoe-dev-cluster
|
|
|
|
[Install]
|
|
; No configuration values captured yet for this section.
|