Skip to content

fbraz3/ansible-vault-tool

 
 

Repository files navigation

Braz Ansible Vault Tool

This is a simple online Ansible Vault encryption/decryption tool. You can encrypt or decrypt any information using the online interface or API tools provided.

For more technical information, please visit our DeepWiki Page (AI generated).

Objective

The goal of this project is to provide a secure and user-friendly tool for encrypting and decrypting data using Ansible Vault.

Usage

The quickest way to get started is by using the online interface. https://ansible-vault.braz.dev/

⚠️ No data is stored or logged when running the project locally or using the online interface.

Local Setup

  1. Clone the repository.
  2. Install dependencies and run the application:
    npm install
    npm run
    
  3. Access the application at http://localhost:3000.

Docker Setup

  1. Navigate to the docker directory:
    cd docker
    
  2. Start the application using Docker Compose:
    docker-compose up -d
    
  3. Access the application at http://localhost:3003.

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.

Please visit the CONTRIBUTING.md file for guidelines on how to contribute to this project.

Useful links

Donation

I spend a lot of time and effort maintaining this project. If you find it useful, consider supporting me with a donation:

License

This project is licensed under the Apache License 2.0, so you can use it for personal and commercial projects. However, please note that the images are provided "as is" without any warranty or guarantee of any kind. Use them at your own risk.

About

Ansible Vault encryption/decryption tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

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