Updated Deployment examples (markdown)

sudoix
2025-01-08 11:25:11 +01:00
parent 8d6d98b1ee
commit a03b62b7ab

@@ -3,6 +3,21 @@ This page is an index of standalone deployment examples. If adding a new example
## Self-hosted
This section documents different options to host Vaultwarden on your **own hardware** or any infrastructure that is primarily **managed by yourself**.
### Highly Available Vaultwarden Deployment with Ansible
* https://github.com/sudoix/vaultwarden-ansible
This Ansible deployment sets up a highly available Vaultwarden cluster using the following components:
**Key Features:**
* **Nginx**: Handles SSL offloading and load balancing for optimal performance and security.
* **Certbot**: Automatically generates and manages SSL certificates for secure communication.
* **Vaultwarden**: Serves as the main backend for password management.
* **Keepalived**: Provides virtual IP and redundancy for high availability.
* **PostgreSQL**: Uses an external database for storing data.
* **Docker** and **Docker Compose**: Deploy all services with docker compose.
### Ansible
* https://github.com/guerzon/ansible-role-vaultwarden