mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:54:32 +00:00
- netplan_static: avoid Jinja whitespace/indent YAML breakage with trim_blocks; set /etc/netplan perms to 0600; add render+YAML-parse test - dashboard: install concrete conky provider (conky-all) and add defaults test; wire role into site.yml; document dashboard service usage - mariadb: add mariadb parent group for group_vars scope; add group defaults deriving datastore password from vault; add vault entry; add vars resolution test; remove host overrides - misc: update port-forward mappings, generated prole.cfg, and bump prole-db version Co-authored-by: Junie <junie@jetbrains.com>
8 lines
311 B
YAML
8 lines
311 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; by default reuse the vaulted admin password.
|
|
k3s_datastore_mariadb_password: "{{ k3s_mariadb_admin_password }}" |