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.
The goal of this project is to provide a secure and user-friendly tool for encrypting and decrypting data using Ansible Vault.
The quickest way to get started is by using the online interface. https://ansible-vault.braz.dev/
- Clone the repository.
- Install dependencies and run the application:
npm install npm start - Access the application at
http://localhost:3000.
- Navigate to the
dockerdirectory:cd docker - Start the application using Docker Compose:
docker-compose up -d - Access the application at
http://localhost:3003.
Ready-to-use Docker images are automatically built weekly and available on Docker Hub
# Run directly with Docker
docker run -p 3000:3000 fbraz3/ansible-vault-tool:latestversion: '3.8'
services:
ansible-vault-tool:
image: fbraz3/ansible-vault-tool:latest
ports:
- "3000:3000"
restart: unless-stoppedAvailable tags:
latest- Latest stable build from master branchYYYY.MM.DD- Weekly builds with date tagmaster-<sha>- Builds from specific commits
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.
I spend a lot of time and effort maintaining this project. If you find it useful, consider supporting me with a donation:
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.