mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Fixes #197, remove unused do_ssh_name var from examples and code
This commit is contained in:
parent
23d8a06039
commit
9975cecbb3
2 changed files with 2 additions and 3 deletions
2
algo
2
algo
|
@ -174,7 +174,7 @@ Enter the number of your desired region:
|
|||
esac
|
||||
|
||||
ROLES="digitalocean vpn cloud"
|
||||
EXTRA_VARS="do_access_token=$do_access_token do_ssh_name=$do_ssh_name do_server_name=$do_server_name do_region=$do_region"
|
||||
EXTRA_VARS="do_access_token=$do_access_token do_server_name=$do_server_name do_region=$do_region"
|
||||
}
|
||||
|
||||
ec2 () {
|
||||
|
|
|
@ -35,7 +35,7 @@ cd algo && ./algo
|
|||
Example for DigitalOcean:
|
||||
|
||||
```
|
||||
ansible-playbook deploy.yml -t digitalocean,vpn -e 'do_access_token=my_secret_token do_ssh_name=my_ssh_key do_server_name=algo.local do_region=ams2'
|
||||
ansible-playbook deploy.yml -t digitalocean,vpn -e 'do_access_token=my_secret_token do_server_name=algo.local do_region=ams2'
|
||||
```
|
||||
|
||||
### Roles
|
||||
|
@ -60,7 +60,6 @@ Server roles:
|
|||
Required variables:
|
||||
|
||||
- do_access_token
|
||||
- do_ssh_name
|
||||
- do_server_name
|
||||
- do_region
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue