From 826a2c5036b1f7d407c4c4faba5827a8cc8c6fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Sun, 12 May 2019 11:21:55 +0200 Subject: [PATCH] Add documentation about Scaleway credentials (#1419) --- README.md | 1 + docs/cloud-scaleway.md | 9 +++++++++ roles/cloud-scaleway/tasks/prompts.yml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/cloud-scaleway.md diff --git a/README.md b/README.md index ef6bfbf..327bdf1 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ After this process completes, the Algo VPN server will contain only the users li - Configure [Azure](docs/cloud-azure.md) - Configure [DigitalOcean](docs/cloud-do.md) - Configure [Google Cloud Platform](docs/cloud-gce.md) + - Configure [Scaleway](docs/cloud-scaleway.md) - Configure [Vultr](docs/cloud-vultr.md) * Advanced Deployment - Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server diff --git a/docs/cloud-scaleway.md b/docs/cloud-scaleway.md new file mode 100644 index 0000000..7e6a02a --- /dev/null +++ b/docs/cloud-scaleway.md @@ -0,0 +1,9 @@ +### Configuration file + +Algo requires an API key from your Scaleway account to create a server. +The API key is generated by going to your Scaleway credentials at [https://console.scaleway.com/account/credentials](https://console.scaleway.com/account/credentials), and then selecting "Generate new token" on the right side of the box labeled "API Tokens". + +Enter this token when Algo prompts you for the `auth token`. +This information will be pass as the `algo_scaleway_token` variable when asked for in the Algo prompt. + +Your organization ID is also on this page: https://console.scaleway.com/account/credentials diff --git a/roles/cloud-scaleway/tasks/prompts.yml b/roles/cloud-scaleway/tasks/prompts.yml index be4743f..7e371d2 100644 --- a/roles/cloud-scaleway/tasks/prompts.yml +++ b/roles/cloud-scaleway/tasks/prompts.yml @@ -1,7 +1,7 @@ --- - pause: prompt: | - Enter your auth token (https://www.scaleway.com/docs/generate-an-api-token/) + Enter your auth token (https://trailofbits.github.io/algo/cloud-scaleway.html) echo: false register: _scaleway_token when: