prole/infrastructure/roles/local_user/defaults/main.yml
chrisfu 7b242e88f5 Persist k3s context rename and scrub service config paths
Update conf/service/prole.cfg to persist the k3s kube context as knoe.dev.prole.org and replace host-specific absolute paths with $HOME-based paths for portability.

Include all pending project changes: local_user role package and screenrc provisioning updates, plus tools/k3s-cluster-rename.sh and tests/etc/test_k3s_cluster_rename.sh.

Co-authored-by: Junie <junie@jetbrains.com>
2026-03-28 11:23:19 -07:00

14 lines
205 B
YAML

---
local_user_required_packages:
- vim
- screen
- wget
local_user_k3s_packages:
- kubecolor
local_user_screenrc_targets:
- path: /home/pi/.screenrc
owner: pi
group: pi
mode: '0644'