diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index ffc5217..1639af9 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -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: