mirror of
https://github.com/trailofbits/algo.git
synced 2025-05-28 10:43:57 +02:00
* add linode as one of cloud providers * add Linode into cloud provider list * fix code style * install requirements of ansible linode module * Update prompts.yml - Make the regions list more readable - Assign us-east as the default region * remove prompt of asking root password * roles/common: Add sshd tasks * cloud-linode/tasks: Fix LINODE_API_TOKEN env lookup * docs: Add Linode to Ansible deploy docs * docs: Add cloud-linode * config: Use Ubuntu 20.04 on Linode * README: syntax * Linode stackscript support * Linode stackscript fix * linting Co-authored-by: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Co-authored-by: William Woodruff <william@yossarian.net> Co-authored-by: William Woodruff <william.woodruff@trailofbits.com> Co-authored-by: Jack Ivanov <e601809@gmail.com>
8 lines
327 B
Markdown
8 lines
327 B
Markdown
## API Token
|
|
|
|
Sign into the Linode Manager and go to the
|
|
[tokens management page](https://cloud.linode.com/profile/tokens).
|
|
|
|
Click `Add a Personal Access Token`. Label your new token and select *at least* the
|
|
`Linodes` read/write permission. Press `Submit` and make sure to copy the displayed token
|
|
as it won't be shown again.
|