mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-26 19:44:56 +02:00
Merge branch 'master' of github.com:trailofbits/algo
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user