break: migrate back to bare-metal (and ansible)

- remove docker-compose.yml
- add ansible playbook for k3s and argocd deployment
- update renovate custom manager for k3s version
- update README.md with new instructions

🤖
This commit is contained in:
Sebastian Mark 2024-09-04 21:27:49 +02:00
parent 8bc212d546
commit 13cded188f
4 changed files with 77 additions and 24 deletions

View file

@ -4,6 +4,18 @@
"local>infrastructure/renovate-config"
],
"customManagers": [
{
"customType": "regex",
"description": "k3s",
"fileMatch": [
"playbook\\.yml"
],
"matchStrings": [
"\\s+k3s_version:\\s(?<currentValue>.*)"
],
"depNameTemplate": "k3s-io/k3s",
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"description": "ArgoCD",