ansible
Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code
Advanced PostgreSQL monitoring using Telegraf, InfluxDB, Grafana
Introduction This post will go through my experience with setting up some advanced monitoring for PostgreSQL database using Telegraf, InfluxDB, and Grafana (also known as the TIG stack), the problems I faced, and what I ended up doing at the end. What do I mean by advanced? I liked this

Install docker and docker-compose using Ansible
I wanted a simple, but optimal (and fast) way to install docker and docker-compose using Ansible. I found a few ways online, but I was not satisfied. My requirements were: * Support Debian and Ubuntu * Install docker using apt repositories * Do not even perform an apt-get update if docker is already