github.com/karalabe/go-ethereum@v0.8.5/tests/files/ansible/roles/ec2/vars/main.yml (about)

     1  ---
     2  # default config for ec2 instances
     3  
     4  instance_type:      c4.xlarge  
     5  security_group:     client-tests
     6  
     7  # image:              ami-d6e7c084
     8  image:              ami-9eaa1cf6
     9  # region:             ap-southeast-1
    10  region:             us-east-1
    11  keypair:            christoph
    12  # keypair:            client-tests
    13  volume_size_gb:     50
    14  
    15  # limit access to AWS to these clients in CDIR notation
    16  ip_access_range:    0.0.0.0/0
    17  
    18  
    19  project_description: https://github.com/ethereum/tests
    20  
    21  total_no_instances: 1