# Infrastructure related group variables ## Name of the DynamoDB table where current lease of TF state file will be stored dynamodb_table: "poa-terraform-lock" ## If ec2_ssh_key_content is empty all the virtual machines will be created with ec2_ssh_key_name key. Otherwise, playbooks will upload ec2_ssh_key_content with the name of ec2_ssh_key_name and launch virtual machines with that key ec2_ssh_key_name: "sokol-test" ec2_ssh_key_content: "" ## VPC containing Blockscout resources will be created as following: vpc_cidr: "10.0.0.0/16" public_subnet_cidr: "10.0.0.0/24" # This variable should be interpreted as following: # Variable: 10.0.1.0/16 # Real networks: 10.0.1+{{ number of chain starting with 0 }}.0/24 db_subnet_cidr: "10.0.1.0/16" ## Internal DNS zone will looks like: dns_zone_name: "poa.internal" ## Size of the EC2 instance EBS root volume root_block_size: 120