


A beginner’s guide to building a custom Ansible module with Python Requests
Welcome to our blog post on building a custom Ansible module! In this tutorial we will show how to create a Python module that we can call through Ansible. We will use the Python Requests that allows us to interact with a website’s API. Creating and using a...
Prometheus Federation: All Job Metrics vs. Specific Metrics
In the realm of monitoring and observability, Prometheus has emerged as a prominent open-source solution, empowering organizations to gain valuable insights into their systems and applications. One key feature that sets Prometheus apart is its federation capabilities,...