diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-23 09:27:43 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-23 09:27:43 -0400 |
commit | 2de043af0d241f4fa83f1591ff88e7498f6cafb2 (patch) | |
tree | 14894759704c9aaf2d481c2b0d0f7bc97d5cbbe2 /playbooks/aws/openshift-cluster/vars.online.prod.yml | |
parent | 26dd02a7db33c3aadcfc1687a03709dfb3864525 (diff) | |
parent | 6792e2c58ea21bd67a36ff4571301782c9f64009 (diff) | |
download | openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.tar.gz openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.tar.bz2 openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.tar.xz openshift-2de043af0d241f4fa83f1591ff88e7498f6cafb2.zip |
Merge pull request #178 from detiber/fix_aws_defaults
Allow variable overriding for ec2 deployment_vars
Diffstat (limited to 'playbooks/aws/openshift-cluster/vars.online.prod.yml')
-rw-r--r-- | playbooks/aws/openshift-cluster/vars.online.prod.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.online.prod.yml b/playbooks/aws/openshift-cluster/vars.online.prod.yml new file mode 100644 index 000000000..12f79a9c1 --- /dev/null +++ b/playbooks/aws/openshift-cluster/vars.online.prod.yml @@ -0,0 +1,9 @@ +--- +ec2_image: ami-906240f8 +ec2_image_name: libra-ops-rhel7* +ec2_region: us-east-1 +ec2_keypair: mmcgrath_libra +ec2_instance_type: m3.large +ec2_security_groups: [ 'int-v3' ] +ec2_vpc_subnet: subnet-987c0def +ec2_assign_public_ip: yes |