-
Notifications
You must be signed in to change notification settings - Fork 93
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
Compatibility between rbw and Ansible plugin community.general.bitwarden #208
Comments
There are basically two ways to go to use rbw with ansible :
Here is a basic demo implementation : https://github.com/lalmeras/rbw-ansible/blob/main/README.md Here is the changes from bitwarden plugin :
If you do not use the missing argument and use field argument, just changing the lookup module name should be necessary to perform the switch. I'm interested by feedback on the subject. As I'm an happy user of both ansible and rbw, I think i may work further on this plugin. |
Hi @lalmeras this look terrific ! |
Hello again @lalmeras |
Hello,
I am currently using the Ansible plugin community.general.bitwarden, which interacts with Bitwarden CLI to manage secrets in my automation tasks. I have recently discovered rbw as an alternative implementation of the Bitwarden CLI and was impressed by its performances !.
I would like to know if there is any way to use rbw with the Ansible plugin community.general.bitwarden instead of the official Bitwarden CLI. Specifically:
Thank you for your time and for the fantastic work on rbw!
The text was updated successfully, but these errors were encountered: