
While
working with automation it is necessary to have a secure system to store
various details like Password, variable, SSH keys etc. Ansible does provide a
facility called vault which helps sys admin to store sensitive data and use the
vault while running playbooks on remote machines. In this article we will how
we can use Ansible vault...