Blog

Experimenting with Docker Swarm using Vagrant and Ansible

Learn how to set up a local Docker Swarm cluster using Vagrant and Ansible for safe experimentation before production deployment.

Design and Test Ansible Playbooks with Vagrant

A disposable local test environment is essential for DevOps. Learn how to use Vagrant to safely test Ansible playbooks before production deployment.

Speedup Ansible Playbook Pull-Requests by Running Only Affected Roles

Learn how to optimize your Ansible CI/CD pipeline by detecting and running only the roles that changed in a pull request.