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:
Lars Kellogg-Stedman 2018-10-19 16:14:41 -04:00
parent 09cf4b493a
commit e6edf87208
2 changed files with 6 additions and 0 deletions

6
meta/main.yml Normal file
View 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]