Reorganize as an installable ansible role
With this commit, the bitwarden lookup module can be installed by running `ansible-galaxy install git+https://github.com/c0sco/ansible-modules-bitwarden`.
This commit is contained in:
parent
09cf4b493a
commit
e6edf87208
6
meta/main.yml
Normal file
6
meta/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
galaxy_info:
|
||||
author: Matt Stofko
|
||||
description: Ansible lookup module for interacting with BitWarden
|
||||
license: GPLv3
|
||||
min_ansible_version: 2.5
|
||||
galaxy_tags: [password, secret, bitwarden, credentials]
|
Loading…
Reference in a new issue