diff --git a/Deployment-examples.md b/Deployment-examples.md index f8d0f92..61ca21f 100644 --- a/Deployment-examples.md +++ b/Deployment-examples.md @@ -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