In our previous article we discussed the procedure/steps to manage secrets(passwords/keys/certs files) by using ansible vault. In this article, we will discuss the next step i.e.
Tag: ansible-vault
Manage secrets/passwords with Ansible Vault (ansible-vault)
Introduction
Ansible vault is a feature of ansible that allows keeping sensitive data such as secrets, passwords or keys in encrypted files, rather than as plaintext in your ansible playbooks or ansible roles.