summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/vars.online.prod.yml
Commit message (Collapse)AuthorAgeFilesLines
* Default masters to t2.medium instead of t2.smallWesley Hearn2015-09-091-1/+1
|
* Update instance sizes for onlineWesley Hearn2015-08-141-2/+2
|
* Use AWS m4 instances typesPatrick Tescher2015-07-271-4/+4
| | | | AWS m4 replaces m3 and is a bit cheaper.
* Infra node supportWesley Hearn2015-07-231-2/+8
|
* new libra 7.1 ami - updated packages and cloud-init installedTroy Dawson2015-07-091-1/+1
|
* Update online ami imageTroy Dawson2015-05-211-1/+1
|
* Allow variable overriding for ec2 deployment_varsJason DeTiberus2015-04-221-0/+9
- users can now override the deployment_vars variables with the assocated ec2_* variables - added deployment_type and env specific vars files that load some ec2_* overrides - added the ability to search for amis by ami_name - this allows us to specify a base name with a wildcard to have the playbook choose the latest available image for that image name - added a copy of the ec2_find_ami module that will be in ansible 2.0 until we can make ansible 2.0 a requirement.