From 37e4f4667300b767290b429fc9f096a75f684a4f Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Sun, 14 Jul 2019 04:56:43 -0400 Subject: [PATCH] Update deploy-from-ansible.md (#1518) Further clarifies that the usage of `-t` is deprecated (other than `--skip-tags`) and using variables is preferred. --- docs/deploy-from-ansible.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index bc093b6..cd1e85c 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -4,9 +4,7 @@ Before you begin, make sure you have installed all the dependencies necessary fo You can deploy Algo non-interactively by running the Ansible playbooks directly with `ansible-playbook`. -`ansible-playbook` accepts "tags" via the `-t` or `TAGS` options. You can pass tags as a list of comma separated values. Ansible will only run plays (install roles) with the specified tags. You can also use the `--skip-tags` option to skip certain parts of the install, such as `iptables` (overwrite iptables rules), `ipsec` (install strongSwan), `wireguard` (install Wireguard). - -`ansible-playbook` accepts variables via the `-e` or `--extra-vars` option. You can pass variables as space separated key=value pairs. Algo requires certain variables that are listed below. +`ansible-playbook` accepts variables via the `-e` or `--extra-vars` option. You can pass variables as space separated key=value pairs. Algo requires certain variables that are listed below. You can also use the `--skip-tags` option to skip certain parts of the install, such as `iptables` (overwrite iptables rules), `ipsec` (install strongSwan), `wireguard` (install Wireguard). We don't recommend using the `-t` option as it will only include the tagged portions of the deployment, and skip certain necessary roles (such as `common`). Here is a full example for DigitalOcean: