Merge branch 'master' of github.com:trailofbits/algo

This commit is contained in:
Jack Ivanov 2016-12-13 08:44:31 +03:00
commit 981809998c

View file

@ -55,7 +55,7 @@
aws_secret_key: "{{ aws_secret_key | default(lookup('env','AWS_SECRET_ACCESS_KEY'))}}"
keypair: "VPNKEY"
group: vpn-secgroup
instance_type: t2.nano
instance_type: t2.micro
image: "{{ ami_image }}"
wait: true
region: "{{ region }}"