better defaults

This commit is contained in:
Dan Guido 2016-10-13 15:50:24 +02:00
parent bff7c414b2
commit e99d5dffea

6
algo
View file

@ -56,15 +56,15 @@ ansible-playbook deploy.yml -t digitalocean,vpn -e "do_access_token=$do_access_t
ec2 () { ec2 () {
read -p " read -p "
Enter your aws_access_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html): Enter your aws_access_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html):
[asdf...]: " -rs aws_access_key [AKIA...]: " -rs aws_access_key
read -p " read -p "
Enter your aws_secret_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html): Enter your aws_secret_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html):
[asdf...]: " -rs aws_secret_key [ABCD...]: " -rs aws_secret_key
read -p " read -p "
Enter the local path to your SSH public key: Enter the local path to your SSH public key:
[adsf]: " -r ssh_public_key [~/.ssh/id_rsa.pub]: " -r ssh_public_key
read -p " read -p "
Name the vpn server: Name the vpn server: