mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
- In k3s mode, resolve CNPG images to a cluster-reachable internal registry and ignore k3d/localhost-ish registry values. - Avoid any k3d cluster/containerd interactions when PROLE_MODE=k3s; add a preflight-image action. - Extend init scripts and Ansible k3s/mariadb import tasks/playbooks for the updated k3s flow. - Add/extend installer UI + tests around services and action/milestone helpers. - Add merlin MariaDB provisioning playbook, services init-script test, and a k3s datastore SQL snapshot. Co-authored-by: Junie <junie@jetbrains.com>
10 lines
477 B
YAML
10 lines
477 B
YAML
---
|
|
# MariaDB provisioning (non-secret defaults).
|
|
|
|
# Remote TCP admin user created by `mariadb_primary` for management.
|
|
k3s_mariadb_admin_user: prole_admin
|
|
|
|
# Keep the k3s datastore password vaulted.
|
|
# For consistency with existing k3s server configuration, reuse the AD DC's vaulted Samba DNS admin password.
|
|
# (This ensures k3s can authenticate to the datastore after migration.)
|
|
k3s_datastore_mariadb_password: "{{ hostvars[groups['ad_dc'][0]].vault_samba_dns_admin_pass }}" |