prole/infrastructure/inventory/group_vars/mariadb/vars.yml
chrisfu 125da5669b Fix k3s CNPG image registry resolution and import flows
- 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>
2026-03-07 00:23:00 -08:00

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 }}"