If you're new to Ansible and you'd like to know how to use secrets in your ansible playbooks, this demo gives you an overview of how to do it.
Using ansible-vault, we create an encrypted key:value pair and use the debug module to pull out our secret and decrypt it in the playbook so we can display it on-screen.
I hope you find this demo useful.
Subscribe for more of these short videos on how to achieve different ansible tasks.