ansible-modules-bitwarden icon indicating copy to clipboard operation
ansible-modules-bitwarden copied to clipboard

Feature/custom+attachments

Open atta opened this issue 2 years ago • 1 comments

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

atta avatar Apr 01 '22 14:04 atta

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

simonsd avatar Sep 16 '22 11:09 simonsd