Skip to content

Commit 37e4f46

Browse files
TC1977jackivanov
authored andcommitted
Update deploy-from-ansible.md (#1518)
Further clarifies that the usage of `-t` is deprecated (other than `--skip-tags`) and using variables is preferred.
1 parent 090a60d commit 37e4f46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/deploy-from-ansible.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Before you begin, make sure you have installed all the dependencies necessary fo
44

55
You can deploy Algo non-interactively by running the Ansible playbooks directly with `ansible-playbook`.
66

7-
`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).
8-
9-
`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.
7+
`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`).
108

119
Here is a full example for DigitalOcean:
1210

0 commit comments

Comments
 (0)