docs: Add changelog and update role documentation

This commit is contained in:
Tuan-Dat Tran
2026-02-16 09:21:08 +01:00
parent 0a3171b9bc
commit 99f6876ce9
7 changed files with 184 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
# TuDatTr IaC
**I do not recommend this project being used for ones own infrastructure, as
this project is heavily attuned to my specific host/network setup**
**I do not recommend this project being used for one's own infrastructure, as this project is heavily attuned to my specific host/network setup.**
This Ansible project automates the setup of a K3s Kubernetes cluster on Proxmox VE. It also includes playbooks for configuring Docker hosts, load balancers, and other services.
@@ -41,6 +40,7 @@ The following roles are defined:
- `kubernetes_argocd`: Deploys Argo CD to the Kubernetes cluster.
- `node_exporter`: Installs the Prometheus Node Exporter for monitoring.
- `reverse_proxy`: Configures a Caddy-based reverse proxy.
- `edge_vps`: Placeholder role for Edge VPS configuration.
## Usage