Master Ansible Vault in 8 Minutes

preview_player
Показать описание
Ansible Vault is a feature within Ansible that allows you to encrypt your passwords and sensitive information. It's a secure way to store sensitive data like passwords, API keys, secrets, and so forth. This video will show you a few ways to leverage Ansible vault for your environments and applications.

0:00 | Intro
0:10 | What is Ansible Vault?
0:44 | Ansible Vault Commands
2:22 | Applying Ansible Vault + Playbook
4:34 | Building config file and template
5:55 | Running the playbook

LIKE and SUBSCRIBE if you enjoyed this video!
To get NOTIFICATIONS for new videos, click the 🔔 Bell!

About:
DevOps Unlocked is dedicated to providing the best tutorials and latest developments on AWS, Kubernetes, Linux, and more.

New videos are published weekly! 😀

Subscribe: 👇👇

Free Stuff:

Socials:

Website:

Questions?
Leave a comment or tweet @aarongxa on Twitter.

#ansible #devops #linux
Рекомендации по теме
Комментарии
Автор

Let us know what you think of this video!😄

DEVOPSUNLOCKED
Автор

Great video! How does one 'become'? anytime I run scripts like this it give me permission denied as though I am not root or sudo. I have used -u root --ask-password and gave the correct credentials and still perm denied. adding how to make that initital 'sudo'/'become' connection successful would be helpful.

brianturney