Skip to content
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

using Bitwarden instead of 1Password for secrets management #3

Open
pdemarti opened this issue Oct 31, 2021 · 2 comments
Open

using Bitwarden instead of 1Password for secrets management #3

pdemarti opened this issue Oct 31, 2021 · 2 comments

Comments

@pdemarti
Copy link

It is relatively straightforward to use Bitwarden instead of 1Password for secrets management.

As a feature request, I propose to add this in the documentation as an example for this alternative.

  • install ansible-modules-bitwarden;
  • change e.g.:
    token: "{{ lookup('community.general.onepassword', 'PiHole', field='GitHub Token') }}" into
    token: "{{ lookup('bitwarden', 'pi-hole', field='GitHub Token', custom_field=true) }}"
@benbalter
Copy link
Owner

@pdemarti Thanks for opening an issue. Makes sense. If you submit a pull request to update the documentation, I'd be happy to review it.

@pdemarti
Copy link
Author

pdemarti commented Nov 1, 2021

related, this SO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants