vars.online.stage.yml 519 B

123456789101112131415
  1. ---
  2. ec2_image: ami-9101c8fa
  3. ec2_image_name: libra-ops-rhel7*
  4. ec2_region: us-east-1
  5. ec2_keypair: mmcgrath_libra
  6. ec2_master_instance_type: t2.medium
  7. ec2_master_security_groups: [ 'stage', 'stage-master' ]
  8. ec2_infra_instance_type: c4.large
  9. ec2_infra_security_groups: [ 'stage', 'stage-infra' ]
  10. ec2_node_instance_type: m4.large
  11. ec2_node_security_groups: [ 'stage', 'stage-node' ]
  12. ec2_etcd_instance_type: m4.large
  13. ec2_etcd_security_groups: [ 'stage', 'stage-etcd' ]
  14. ec2_vpc_subnet: subnet-987c0def
  15. ec2_assign_public_ip: yes