Removed ssh_public_key variable for AWS. Issue #773

This commit is contained in:
arunjohnkuruvilla 2018-03-02 15:46:05 -05:00
parent 02427910de
commit 969b498b5a
2 changed files with 1 additions and 2 deletions

2
algo
View file

@ -281,7 +281,7 @@ Enter the number of your desired region:
esac
ROLES="ec2 vpn cloud"
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name ssh_public_key=$ssh_public_key region=$region"
EXTRA_VARS="aws_access_key=$aws_access_key aws_secret_key=$aws_secret_key aws_server_name=$aws_server_name region=$region"
}
lightsail () {

View file

@ -87,7 +87,6 @@ Required variables:
- aws_access_key
- aws_secret_key
- aws_server_name
- ssh_public_key
- region
Possible options for `region`: