Ansible 3 Sep 2023 · 6 min read PrivateBin Deployment with Rootless Podman Using Ansible Role The PrivateBin Ansible Role deploys the PrivateBin service in a rootless container using Podman. This container operates within the user namespace and is managed by a systemd unit, ensuring a Read more
Ansible 24 Jul 2023 · 4 min read Rootless Promtail with Ansible: Enhancing Security and Efficiency The Ansible Promtail Role allows you to effortlessly deploy and manage Promtail, agent which ships contents of local logs to private Loki. Role is tailored for systems from the Red Read more
Ansible 3 Jul 2023 · 6 min read Simplify Node Exporter Deployment with Ansible In this blog post, we will explore how to leverage Ansible and the node_exporter role to streamline the deployment of Node Exporter—a popular Prometheus exporter for monitoring Linux Read more
Ansible 10 Nov 2022 · 5 min read Ansible Linux OS patching Everyone knows that patching packages are not fun. I decided to create an Ansible role that can patch Enterprise Linux ( RHEL ) and other Red Hat derivatives (e.g. CentOS, Rocky, Read more
Ansible 17 Oct 2022 · 4 min read Ansible introduction for beginners This blog post focus on a simple and quick explanation of what Ansible is and what it can do. What is ansible Ansible is open-source software used for automation. It Read more