mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 08:13:01 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
31f31d88c7
2 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,7 @@ The error is caused because Digital Ocean changed its API to treat the tag argum
|
|||
1. Download [doctl](https://github.com/digitalocean/doctl)
|
||||
2. Run `doctl auth init`; it will ask you for your token which you can get (or generate) on the API tab at DigitalOcean
|
||||
3. Once you are authorized on DO, you can run `doctl compute tag list` to see the list of tags
|
||||
4. Run `doctl compute tag delete enivronment:algo --force` to delete the environment:algo tag
|
||||
4. Run `doctl compute tag delete environment:algo --force` to delete the environment:algo tag
|
||||
5. Finally run `doctl compute tag list` to make sure that the tag has been deleted
|
||||
6. Run algo as directed
|
||||
|
||||
|
|
|
@ -31,9 +31,11 @@
|
|||
size: 2048
|
||||
mode: "0600"
|
||||
type: RSA
|
||||
when: algo_provider != "local"
|
||||
|
||||
- name: Generate the SSH public key
|
||||
openssl_publickey:
|
||||
path: "{{ SSH_keys.public }}"
|
||||
privatekey_path: "{{ SSH_keys.private }}"
|
||||
format: OpenSSH
|
||||
when: algo_provider != "local"
|
||||
|
|
Loading…
Add table
Reference in a new issue