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

Feature/custom+attachments #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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