Skip to content

Conversation

atta
Copy link

@atta atta commented Apr 1, 2022

this patch will allow custome fields and attachments used with Organization and Collection

Ansgar Jazdzewski added 2 commits December 13, 2021 09:08
This will enable lager bitwarden deployments to make use of collections.
In order to have the same key stored with different values,
for multiple environments
@simonsd
Copy link

simonsd commented Sep 16, 2022

+1
Cleaner and much more intuitive handling of fields/attachments imho

ansible-galaxy install git+https://github.com/citynetwork/ansible-modules-bitwarden,feature/custom\+attachments

- hosts: foo
   roles:
   - ansible-modules-bitwarden
   tasks:
   - ansible.builtin.copy:
      dest:  ~/.ssh/id_rsa.pub
      content: "{{ lookup('bitwarden', 'id_rsa', field='id_rsa.pub', type='attachment') }}"

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

Successfully merging this pull request may close these issues.

2 participants