mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
- Add build-context helper to copy Docker context safely (ignore runtime data, keep symlinks) - Update UI and core actions to use ~/.prole/build and shared copy helper - Add/adjust tests and scripts; introduce knoe ops helpers and update manifests Co-authored-by: Junie <junie@jetbrains.com>
181 lines
7.7 KiB
INI
181 lines
7.7 KiB
INI
; Prole Master Configuration File
|
|
; Generated by install.py on 2026-03-21 23:40:10
|
|
; 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)
|
|
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_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.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.ansible.install = true
|
|
dependencies.auto_install_missing = true
|
|
dependencies.brew.install = true
|
|
dependencies.docker.install = true
|
|
dependencies.k3d.install = true
|
|
dependencies.kubectl.install = true
|
|
dependencies.kubectx.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/prole/prole-tools-app/dist
|
|
disk_selection.removable_mount =
|
|
env_setup.NAMESPACE = ${NAMESPACE}
|
|
env_setup.PROLE_CONF = /Users/chrisfu/dev/prole/conf
|
|
env_setup.PROLE_DATA = /Users/chrisfu/dev/prole/data
|
|
env_setup.PROLE_HOME = /Users/chrisfu/dev/prole
|
|
env_setup.PROLE_LOGS = /Users/chrisfu/dev/prole/logs
|
|
env_setup.PROLE_SERVICE = /Users/chrisfu/dev/prole/etc
|
|
init_cluster.argocd_enabled = false
|
|
init_cluster.at_rest_encryption_enabled = true
|
|
init_cluster.cluster_env = prod
|
|
init_cluster.deployment_target = prole-prod-cluster
|
|
init_cluster.gitops_enabled = false
|
|
init_cluster.k3s_server_url = https://myrddin.prole.org:6443
|
|
init_cluster.k3s_token = ${PROLE_SECRET:v1:iTRfvIPRo7v-aK5j:H6zki1L-02mHJQLXIjZyFnVWByy5TfoCASeGEi08tcfZCqqybxeCatiXK_NyADR1oElbaZnvjw83fuhircDNdRRY4sQo_hEuKU0ll9s9o6QZBKZZzWpgcU4WMX7YAS4aOgc8d5pBFUH0mC-ZcJ9lSWT3JxhgBXRdbVopQQ==}
|
|
init_cluster.kerberos_enabled = true
|
|
init_cluster.mode = k8s
|
|
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.db_host_port = 5432
|
|
init_password.db_namespace = ${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 = true
|
|
kerberos_config.kdc = 10.0.0.3
|
|
kerberos_config.password = ${PROLE_SECRET:v1:rEiGEX6WGmmQ2vyE:EjwlefHMKjZwZRVIrh3x4VjqxnEddJ-EpRSaoqd3PjaZGTh5}
|
|
kerberos_config.realm = PROLE.ORG
|
|
kerberos_config.test_connection = false
|
|
kerberos_config.user = administrator
|
|
network_scan.run = true
|
|
ollama_config.model =
|
|
ollama_config.server_host = fairyland.prole.org
|
|
ollama_config.server_port = 11434
|
|
|
|
[Global]
|
|
; Variables used by name in more than one place or assumed global scope
|
|
CLUSTER_ENV = prod
|
|
DB_HOST_PORT = 5432
|
|
DB_PASSWORD =
|
|
DEPLOYMENT_MODE = k8s
|
|
DEPLOYMENT_TARGET = prole-prod-cluster
|
|
DOCKER_PRELOAD = false
|
|
NAMESPACE = prole-db
|
|
OPTIONAL_WORKLOADS_MIN_READY_SCHEDULABLE_NODES = 2
|
|
PROLE_DB_USER = root
|
|
PROLE_HOME = $HOME/dev/prole
|
|
PROLE_K3S_SERVER = https://myrddin.prole.org:6443
|
|
PROLE_K3S_TOKEN = ${PROLE_SECRET:v1:cWc4c9mYxi20rxbR:wTCIMGahxg8rxxGotDtMhobeDIzf1k_9thQti2je2znzRVZVqV4TibePL21oghQvLLBbkjzd5hwIlUGGqq7sOYkpIetik4swjmaQnJ4DHGT82RWX3PZuuCrPWLGb5NOs4Hqv61TKYru5C-ImJzrPyEq7vJDgBG3aita0HQ==}
|
|
PROLE_OPENTOFU_URL = http://127.0.0.1:8080
|
|
SERVICE_NAMESPACE = knoe-system
|
|
|
|
[Welcome]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Dependencies]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Network]
|
|
AD_DC_HOST = myrddin.prole.org
|
|
AD_DC_IP = 10.0.0.3
|
|
ANSIBLE_DOMAIN = prole.org
|
|
ANSIBLE_INFRASTRUCTURE = /Users/chrisfu/dev/prole/infrastructure
|
|
ANSIBLE_INVENTORY = /Users/chrisfu/dev/prole/infrastructure/inventory
|
|
ANSIBLE_REALM = PROLE.ORG
|
|
ANSIBLE_TOPOLOGY = {"domain":"prole.org","realm":"PROLE.ORG","internal_records":{"aventage.prole.org":"10.0.0.206","fairyland.prole.org":"10.0.0.208","loghost.prole.org":"10.0.0.3","merlin.prole.org":"10.0.0.6","morana.prole.org":"10.0.0.66","morgoth.prole.org":"10.0.0.204","myrddin.prole.org":"10.0.0.3","pi.prole.org":"10.0.0.5","raspberry.prole.org":"10.0.0.4","retropie.prole.org":"10.0.0.207","synology.prole.org":"10.0.0.203","zinfandel.prole.org":"10.0.0.205"},"ad_dc":{"host":"myrddin.prole.org","ip":"10.0.0.3"},"k3s":{"server_url":"https://myrddin.prole.org:6443","server_host":"myrddin.prole.org","token_present":true},"groups":{"iscsi":["pi.prole.org","raspberry.prole.org","myrddin.prole.org","retropie.prole.org","merlin.prole.org"],"pihole":["pi.prole.org","raspberry.prole.org"],"ad_dc":["myrddin.prole.org"],"k3s_servers":["myrddin.prole.org"],"k3s_agents":["pi.prole.org","merlin.prole.org"],"k3s_hosts:children":["k3s_servers","k3s_agents"],"linux_hosts":["pi.prole.org","raspberry.prole.org","myrddin.prole.org","retropie.prole.org","merlin.prole.org"],"ssl_hosts":["myrddin.prole.org"],"mariadb_primary":["merlin.prole.org"],"mariadb_replica":["raspberry.prole.org"],"mariadb:children":["mariadb_primary","mariadb_replica"],"merlin_bootstrap":["merlin"]},"hosts":{"merlin":"10.0.0.6","merlin.prole.org":"10.0.0.6","myrddin.prole.org":"10.0.0.3","pi.prole.org":"10.0.0.5","raspberry.prole.org":"10.0.0.4","retropie.prole.org":"10.0.0.207"},"unmapped_hosts":["k3s_agents","k3s_servers","mariadb_primary","mariadb_replica"]}
|
|
KDC_ANSIBLE_DETECTED = 10.0.0.3
|
|
KDC_AUTO_DETECTED = 10.0.0.3
|
|
KERBEROS_AUTO_ENABLED = True
|
|
|
|
[Port Forwards]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[System Environment]
|
|
PROLE_CONF = /Users/chrisfu/dev/prole/conf
|
|
PROLE_DATA = /Users/chrisfu/dev/prole/data
|
|
PROLE_HOME = /Users/chrisfu/dev/prole
|
|
PROLE_LOGS = /Users/chrisfu/dev/prole/logs
|
|
PROLE_SERVICE = /Users/chrisfu/dev/prole/etc
|
|
|
|
[Monitoring]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Kerberos Authentication]
|
|
; No configuration values captured yet for this section.
|
|
|
|
[Ollama]
|
|
OLLAMA_HOST = http://fairyland.prole.org:11434
|
|
OLLAMA_SERVERS = fairyland.prole.org:11434,k3d.localhost:11434,morgoth.prole.org:11434
|
|
OLLAMA_SERVER_HOST = fairyland.prole.org
|
|
OLLAMA_SERVER_PORT = 11434
|
|
|
|
[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
|
|
KUBECTL_CONTEXT =
|
|
MODE = k3d
|
|
|
|
[Service Cluster (k3s)]
|
|
CLUSTER_ENV = prole-service-cluster
|
|
DISPLAY_NAME = prole-service-cluster
|
|
K3S_SERVER_URL = https://myrddin.prole.org:6443
|
|
K3S_TOKEN = ${PROLE_SECRET:v1:3DHF_algPRkZXK_o:hMRZr17b7GihxuRs-6NPhlcS9h-aIctsZih2SS6dPCqwZabpKbG2ziZBgLiwOAhWih-ofvR8qbaOWdmbXurTYvWAWoj5F0MzOa35klQ6ujO2A2B2Y_uHrnzHXwkwEVufl9g8mucOkSMZ6UiVkNK4jYowVZHNTXe7uhghCA==}
|
|
MODE = k3s
|
|
PIPELINE_URL = http://127.0.0.1:8080
|
|
|
|
[Prod Cluster (k8s)]
|
|
ARTIFACTS_DIR = /Users/chrisfu/dev/prole/data/staging
|
|
CLUSTER_ENV = prole-prod-cluster
|
|
DISPLAY_NAME = prole-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 = k8s
|
|
TARGET = prole-prod-cluster
|
|
|
|
[Install]
|
|
; No configuration values captured yet for this section.
|