pi-hole-cloudflared-docker-compose-ansible-caddy icon indicating copy to clipboard operation
pi-hole-cloudflared-docker-compose-ansible-caddy copied to clipboard

using Bitwarden instead of 1Password for secrets management

Open pdemarti opened this issue 3 years ago • 2 comments

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) }}"

pdemarti avatar Oct 31 '21 19:10 pdemarti

@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.

benbalter avatar Nov 01 '21 18:11 benbalter

related, this SO.

pdemarti avatar Nov 01 '21 20:11 pdemarti