From 9a71885536d5eb30f9c38f5b5002962861df9dc7 Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Mon, 13 May 2019 12:31:23 -0400 Subject: [PATCH] Update deploy-from-ansible.md Added region examples for AWS and Lightsail. Happy to add other examples if people have experience with other providers. --- docs/deploy-from-ansible.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index fc477213..d2b88a43 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -37,7 +37,7 @@ See below for more information about variables and roles. - `windows` - (Optional) Enables compatible ciphers and key exchange to support Windows clients, less secure. Default: false - `store_cakey` - (Optional) Whether or not keep the CA key (required to add users in the future, but less secure). Default: false -If any of the required variables are unspecified, ansible will ask the user to input them. +If any of the above variables are unspecified, ansible will ask the user to input them. ### Ansible roles @@ -105,7 +105,7 @@ Required variables: - aws_access_key: `AKIA...` - aws_secret_key -- region +- region: e.g. `us-east-1` Possible options can be gathered via cli `aws ec2 describe-regions` @@ -210,7 +210,7 @@ Required variables: - aws_access_key: `AKIA...` - aws_secret_key -- region +- region: e.g. `us-east-1` Possible options can be gathered via cli `aws lightsail get-regions`