I personally like to utilize Hashicorp's Vault to manage my secrets and sensitive data. Let's dive into this tutorial step by step on how to use Ansible and retrieve secrets from Vault to integrate into your automated workflows and playbooks:…
Kubernetes is the most popular open-source container orchestration platform built to host microservices and containers. Use Ansible automation to completely automate the setup of a Kubernetes cluster.…
Ansible is an open-source configuration management and IT automation platform. Let's jump in and set up our Ansible Github repository and run an example automation playbook.…
HashiCorp Vault is a popular secret management system that provides a secure way to store and access secrets. This tutorial covers how to set up Hashicorp Vault Secrets Manager with Docker.…
I adopted Github Actions as my primary CICD platform for all the tooling and software projects but needed a way to host Github Actions runners inside a Docker container. Let's dive in on how to set up a Github Actions runner with Docker.…