pi-hole-cloudflared-docker-compose-ansible-caddy
pi-hole-cloudflared-docker-compose-ansible-caddy copied to clipboard
using Bitwarden instead of 1Password for secrets management
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') }}"
intotoken: "{{ lookup('bitwarden', 'pi-hole', field='GitHub Token', custom_field=true) }}"
@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.
related, this SO.