mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
docs: Add Linode to Ansible deploy docs
This commit is contained in:
parent
7a0edd8d54
commit
7280ec5835
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,7 @@ Cloud roles:
|
|||
- role: cloud-openstack, [provider: openstack](#openstack)
|
||||
- role: cloud-cloudstack, [provider: cloudstack](#cloudstack)
|
||||
- role: cloud-hetzner, [provider: hetzner](#hetzner)
|
||||
- role: cloud-linode, [provider: linode](#linode)
|
||||
|
||||
Server roles:
|
||||
|
||||
|
@ -264,6 +265,13 @@ Required variables:
|
|||
- hcloud_token: Your [API token](https://trailofbits.github.io/algo/cloud-hetzner.html#api-token) - can also be defined in the environment as HCLOUD_TOKEN
|
||||
- region: e.g. `nbg1`
|
||||
|
||||
### Linode
|
||||
|
||||
Required variables:
|
||||
|
||||
- linode_token: Your [API token](https://trailofbits.github.io/algo/cloud-linode.html#api-token) - can also be defined in the environment as LINODE_TOKEN
|
||||
- region: e.g. `us-east`
|
||||
|
||||
### Update users
|
||||
|
||||
Playbook:
|
||||
|
|
Loading…
Add table
Reference in a new issue