Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 398 Bytes

Ansible Vault Tool

This is a simple online Ansible Vault encryption/decryption tool.

You may encrypt or decrypt any information using online interface or api tools provided.

https://ansible-vault.braz.dev/

how to use

  1. This is nodejs+express app, so use: npm install && npm run
  2. You may also use docker setup:
    1. cd docker
    2. docker-compose up -d
    3. localhost:3003