add the ansible playbooks for the monitoring stack
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user