add the ansible playbooks for the monitoring stack

This commit is contained in:
tsvetkov
2026-02-27 01:28:08 +00:00
commit d45bbef509
21 changed files with 1017 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
The ansible playbook found here is used to deploy a monitoring stack for a homelab.
Detailed instructions about the project can be found in it's [own repository](https://git.96-fromsofia.net/k8s/monitoring-stack)
- playbook.yml is deploying the monitoring stack outside of the talos cluster
- kubernetes-playbook.yml is deploying the monitoring stack inside of the talos cluster
To run a playbook:
```
ansible-playbook -i inventory.yml playbook.yml
```
Both playbooks can be ran and both stacks are designed to coexist. This is so the monitoring of the network layer and physical hosts is still active and visible even when the talos cluster itself is not running.