Ansible

Ansible vault password in CI/CD pipeline

Posted on

In this blog, we will explore how we can use the ansible vault to encrypt the password in CI/CD pipeline If you want to see the video for this article, click here Problem Statement: We need to use the database password to get connected to the database from the ansible playbook. How we can encrypt […]