Automating PostgreSQL with Ansible: A Hands on Guide

Ansible is one of the popular IT automation tools used to make complex configuration, software provisioning, application deployment, and management tasks easier. It is used in IT operational tasks such as: In this guide on PostgreSQL Database Management with Ansible, I will show you how to automate PostgreSQL operations using Ansible.

Continue reading →

Installing web and database servers on Debian Bullseye with Ansible playbooks

Installing web servers, database services and such tools are tedious task especially when we have to repeat it over and over again, for example in a test environment. Here are some useful playbooks that we can use to simplify the process.

Continue reading →