mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added metadata to vault scrypt
This commit is contained in:
parent
541d2e8820
commit
18214e5948
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
#
|
#
|
||||||
# ansible-playbook --vault-password-file=/path/to/vault-keyring.py site.yml
|
# 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 sys
|
||||||
import getpass
|
import getpass
|
||||||
import keyring
|
import keyring
|
||||||
|
|
Loading…
Reference in a new issue