From ce2e9f17d7fe7df963ec2153b5dede0c7d8bb1e0 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 4 Jan 2017 17:16:55 +0300 Subject: [PATCH] update ADVANCED.md #199 --- docs/ADVANCED.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/ADVANCED.md b/docs/ADVANCED.md index 961c449..174ee3b 100644 --- a/docs/ADVANCED.md +++ b/docs/ADVANCED.md @@ -28,11 +28,15 @@ You can deploy Algo non-interactively by running the Ansible playbooks directly Here is a full example for DigitalOcean: ``` -ansible-playbook deploy.yml -t digitalocean,vpn -e 'do_access_token=my_secret_token do_server_name=algo.local do_region=ams2' +ansible-playbook deploy.yml -t digitalocean,vpn,cloud -e 'do_access_token=my_secret_token do_server_name=algo.local do_region=ams2' ``` ### Roles +Required tags: + +- cloud + Cloud roles: - role: cloud-digitalocean, tags: digitalocean @@ -51,10 +55,15 @@ Server roles: Note: The `vpn` role generates Apple profiles with On-Demand Wifi and Cellular if you pass the following variables: - OnDemandEnabled_WIFI=Y +- OnDemandEnabled_WIFI_EXCLUDE=HomeNet - OnDemandEnabled_Cellular=Y ### Local Installation +Required tags: + +- local + Required variables: - server_ip