mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 20:14:31 +00:00
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>
14 lines
205 B
YAML
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' |