[Security Recommendation and troubleshooting] Integration of ansible vault to secure k3s token and other credentials #500
Unanswered
derhornspieler
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently attempting to pass a variable in using
"{{ token }}"
and for the life of me cannot understand why ansible is throwing an error trying to pull it. I've defined the vault file in my ansible.cfg. I think showing users a secure approach to storing credentials, even for homelabs, will go a long way in our fight against cyber criminals.Expected Behavior
adding the --ask-vault-password should allow for the vault to supply the k3s_token in the all.yml file. Can't figure out what I'm missing for it to keep failing.
Current Behavior
Steps to Reproduce
Beta Was this translation helpful? Give feedback.
All reactions