github.com/digdeepmining/go-atheios@v1.5.13-0.20180902133602-d5687a2e6f43/tests/files/ansible/roles/ec2/vars/main.yml (about)

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