669 B
669 B
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
- 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.