-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate SOPS to encrypt Ansible variables #97
Comments
Testing SOPSInstalling SOPS
Encrypting a yaml file
Conclusion
|
Evaluate Mozilla SOPS as an alternative to ansible-vault when encrypting vault.yml file
Instead of using ansible-vault, use SOPS to only encrypt the variables values contained in
vault.yml
file and not the whole content.Ansible provides support to encrypt and decrypt using SOPS within paybooks (Ansible communiy SOPS collection)
References
The text was updated successfully, but these errors were encountered: