aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/roles/ec2/vars/main.yml
blob: f5cf285964ec724e469601ef7b8630b0658ecdb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# default config for ec2 instances

instance_type:      c4.xlarge  
security_group:     client-tests

image:              ami-9eaa1cf6
region:             us-east-1
keypair:            christoph

# limit access to AWS to these clients in CDIR notation
ip_access_range:    0.0.0.0/0


project_description: https://github.com/ethereum/tests

total_no_instances: 3