This pull request introduces Ansible to automate the setup and configuration of a Raspberry Pi node named "pihole". The following tasks are accomplished through the playbook.
Basic Monitoring Setup
Deploys monitoring containers using Ansible to track the health and performance of the Raspberry Pi node. The following containers are included:
cAdvisor: Container Advisor that provides insights into resource usage and performance characteristics of running containers.
Node Exporter: Prometheus exporter for hardware and OS metrics exposed by *nix kernels.
By automating the installation and configuration of Pi-hole and monitoring tools, this setup simplifies the deployment process, ensuring a consistent and reproducible environment.
This pull request introduces Ansible to automate the setup and configuration of a Raspberry Pi node named "pihole". The following tasks are accomplished through the playbook.
Basic Monitoring Setup
By automating the installation and configuration of Pi-hole and monitoring tools, this setup simplifies the deployment process, ensuring a consistent and reproducible environment.