Skip to content

Commit

Permalink
added metadata to vault scrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jan 17, 2017
1 parent 541d2e8 commit 18214e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/vault/vault-keyring.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
#
# ansible-playbook --vault-password-file=/path/to/vault-keyring.py site.yml

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}

import sys
import getpass
import keyring
Expand Down

0 comments on commit 18214e5

Please sign in to comment.