Skip to content

fbraz3/ansible-vault-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible Vault encryption/decryption tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.7%
  • EJS 42.3%
  • Other 1.0%