From e48483fb01a1adbdb4a9405e4975c2bd820be20c Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Mon, 25 Mar 2019 14:15:08 +0100 Subject: [PATCH] update docs --- docs/deploy-from-script-or-cloud-init-to-localhost.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/deploy-from-script-or-cloud-init-to-localhost.md b/docs/deploy-from-script-or-cloud-init-to-localhost.md index 1d80796f..f3cf3f27 100644 --- a/docs/deploy-from-script-or-cloud-init-to-localhost.md +++ b/docs/deploy-from-script-or-cloud-init-to-localhost.md @@ -24,7 +24,10 @@ The command will prepare the environment and install AlgoVPN with default parame `SSH_TUNNELING` - Enable SSH tunneling for each user. Default: false `ENDPOINT` - The public IP address or domain name of your server: (IMPORTANT! This is used to verify the certificate). It will be gathered automatically for DigitalOcean, AWS, GCE or Azure if the `METHOD` is cloud. Otherwise you need to define this variable according to your public IP address. `USERS` - list of VPN users. Comma-separated list. - +`REPO_SLUG` - Owner and repository that used to get the installation scripts from. Default: trailofbits/algo +`REPO_BRANCH` - Branch for `REPO_SLUG`. Default: master +`EXTRA_VARS` - Additional extra variables. +`ANSIBLE_EXTRA_ARGS` - Any available ansible parameters. ie: `--skip-tags apparmor` ## Examples