From a03b62b7ab19f53591729ca9826c844b7cb45b33 Mon Sep 17 00:00:00 2001 From: sudoix <139504740+sudoix@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:25:11 +0100 Subject: [PATCH] Updated Deployment examples (markdown) --- Deployment-examples.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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