Deploying an Ansible role on a Vagrant machine

Learn how to deploy Ansible roles on a Vagrant machine, possibly using the same roles that are used in production. Continua a leggere Deploying an Ansible role on a Vagrant machine
Expert consulting and automation for your database infrastructure
Learn how to deploy Ansible roles on a Vagrant machine, possibly using the same roles that are used in production. Continua a leggere Deploying an Ansible role on a Vagrant machine
Code or configuration versioning comes with a potential problem: fixing mistakes can be tricky. Here are some solutions for the most common problems. Continua a leggere How to fix git mistakes
Testing backups is often considered too expensive. But it is not, if the tests are adequately designed. Continua a leggere How to test database backups
How we automated the creation of immudb users and databases with the help of the Expect language. Continua a leggere Automating interactive programs execution with Expect
Ansible can skip certain tasks by default. This can be useful when we automate databases. Let’s see how to do it and why. Continua a leggere How to skip an Ansible task by default
In this article we discuss how to use Ansible templates to generate proper my.cnf files for each MariaDB host. Continua a leggere Creating dynamic configuration files with Ansible
Why Ansible should run in a dedicated host, not on devops personal laptops. Continua a leggere Running Ansible on a dedicated host
Automating deployments with the Architecture As Code paradigm has several benefits. Let’s see some of them. Continua a leggere 5 benefits of Infrastructure As Code