Metadata-Version: 2.1
Name: ansible-vault-decrypt
Version: 0.0.5
Summary: Ansible Vault Decrypt app.
Home-page: https://github.com/psvmcc/ansible-vault-decrypt
Project-URL: Bug Tracker, https://github.com/psvmcc/ansible-vault-decrypt/issues
Project-URL: Changelog, https://github.com/psvmcc/ansible-vault-decrypt/releases
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ansible-core

# ansible-vault-decrypt

Tool for decrypt ansible inline vault passwords.

## usage

```
ansible-vault-decrypt

positional arguments:
  encrypted_file        Path to file to decrypt

options:
  -h, --help            show this help message and exit
  -d                    debug mode output
  --vault-password-file VAULT_PASSWORD_FILE
                        vault password file
```
