Open pdemarti opened 3 years ago
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.
token: "{{ lookup('community.general.onepassword', 'PiHole', field='GitHub Token') }}"
token: "{{ 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.
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.
token: "{{ lookup('community.general.onepassword', 'PiHole', field='GitHub Token') }}"
intotoken: "{{ lookup('bitwarden', 'pi-hole', field='GitHub Token', custom_field=true) }}"