summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/vars.online.prod.yml
blob: f68d41fc48367ce76b63858ab6e2a6752ea7abb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
ec2_image: ami-9101c8fa
ec2_image_name: libra-ops-rhel7*
ec2_region: us-east-1
ec2_keypair: mmcgrath_libra
ec2_master_instance_type: m3.large
ec2_master_security_groups: [ 'production', 'production-master' ]
ec2_infra_instance_type: m3.large
ec2_infra_security_groups: [ 'production', 'production-infra' ]
ec2_node_instance_type: m3.large
ec2_node_security_groups: [ 'production', 'production-node' ]
ec2_etcd_instance_type: m3.large
ec2_etcd_security_groups: [ 'production', 'production-etcd' ]
ec2_vpc_subnet: subnet-987c0def
ec2_assign_public_ip: yes