Data privacy and security became critical nowadays. Thus, we need to isolate database credentials and make it transparent to our applications/services.
Tag: vault
How to Secure Ansible Playbook Credentials using Hashicorp Vault
Isolate any target host’s credentials (hostname, user, password) from Ansible Playbook. And let the playbook retrieve those information from secret management tools (Hashicorp Vault) during targets provisioning.