Ansible Vault encryption / decryption tool
2.4K
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/
⚠️ No data is stored or logged when running the project locally or using the online interface.
npm install
npm start
http://localhost:3000.docker directory:
cd docker
docker-compose up -d
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:latest
version: '3.8'
services:
ansible-vault-tool:
image: fbraz3/ansible-vault-tool:latest
ports:
- "3000:3000"
restart: unless-stopped
Available tags:
latest - Latest stable build from master branchYYYY.MM.DD - Weekly builds with date tagmaster-<sha> - Builds from specific commitsContributions 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.
Content type
Image
Digest
sha256:332406153…
Size
44 MB
Last updated
1 day ago
docker pull fbraz3/ansible-vault-tool