Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/tests/files/ansible/roles/ec2/vars/main.yml

17 lines
366 B

---
# 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