mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
update ADVANCED.md #199
This commit is contained in:
parent
71c5cd6cc2
commit
ce2e9f17d7
1 changed files with 10 additions and 1 deletions
|
@ -28,11 +28,15 @@ You can deploy Algo non-interactively by running the Ansible playbooks directly
|
||||||
Here is a full example for DigitalOcean:
|
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
|
### Roles
|
||||||
|
|
||||||
|
Required tags:
|
||||||
|
|
||||||
|
- cloud
|
||||||
|
|
||||||
Cloud roles:
|
Cloud roles:
|
||||||
|
|
||||||
- role: cloud-digitalocean, tags: digitalocean
|
- 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:
|
Note: The `vpn` role generates Apple profiles with On-Demand Wifi and Cellular if you pass the following variables:
|
||||||
|
|
||||||
- OnDemandEnabled_WIFI=Y
|
- OnDemandEnabled_WIFI=Y
|
||||||
|
- OnDemandEnabled_WIFI_EXCLUDE=HomeNet
|
||||||
- OnDemandEnabled_Cellular=Y
|
- OnDemandEnabled_Cellular=Y
|
||||||
|
|
||||||
### Local Installation
|
### Local Installation
|
||||||
|
|
||||||
|
Required tags:
|
||||||
|
|
||||||
|
- local
|
||||||
|
|
||||||
Required variables:
|
Required variables:
|
||||||
|
|
||||||
- server_ip
|
- server_ip
|
||||||
|
|
Loading…
Add table
Reference in a new issue