Created
June 20, 2024 05:40
-
-
Save INDIAN2020/1d1b00ba2f58a513bedd702632d04f74 to your computer and use it in GitHub Desktop.
How To Manage Sensitive Files with ansible-vault
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat vault.yml | |
Secret information | |
# Protect vault.yml with vault | |
ansible-vault create vault.yml | |
# | |
https://spacelift.io/blog/ansible-variables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment