From 121254f98dfe941a0055963f18ee67faa68abd49 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:52:14 +0200 Subject: [PATCH] Update standalone-binary.mdx --- .../deployment-options/native/standalone-binary.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/deployment-options/native/standalone-binary.mdx b/docs/self-hosting/deployment-options/native/standalone-binary.mdx index f187902f9..8daddad81 100644 --- a/docs/self-hosting/deployment-options/native/standalone-binary.mdx +++ b/docs/self-hosting/deployment-options/native/standalone-binary.mdx @@ -10,9 +10,8 @@ This is one of the easiest ways to deploy Infisical. It is a single executable, The standalone deployment implements the "bring your own database" (BYOD) approach. This means that you will need to provide your own databases (specifically Postgres and Redis) for the Infisical services to use. The standalone deployment does not include any databases. -If you wish to streamline the deployment process, we recommend using the Ansible role for Infisical. The Ansible role automates the deployment process and includes the databases: -- [Automated Deployment](https://google.com) -- [Automated Deployment with high availability (HA)](https://google.com) +If you wish to streamline the deployment process, we recommend using the Ansible role for Infisical. The Ansible role automates the end to end deployment process, and will take care of everything like databases, redis deployment, web serving, and availability. +- [Automated Deployment with high availability (HA)](/docs/self-hosting/deployment-options/native/high-availability.mdx) ## Prerequisites