Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix up variable references remove "online" support from bin/cluster | Jason DeTiberus | 2016-04-29 | 1 | -15/+0 |
| | |||||
* | Default masters to t2.medium instead of t2.small | Wesley Hearn | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Update instance sizes for online | Wesley Hearn | 2015-08-14 | 1 | -2/+2 |
| | |||||
* | Use AWS m4 instances types | Patrick Tescher | 2015-07-27 | 1 | -4/+4 |
| | | | | AWS m4 replaces m3 and is a bit cheaper. | ||||
* | Infra node support | Wesley Hearn | 2015-07-23 | 1 | -2/+8 |
| | |||||
* | new libra 7.1 ami - updated packages and cloud-init installed | Troy Dawson | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | Update online ami image | Troy Dawson | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Allow variable overriding for ec2 deployment_vars | Jason DeTiberus | 2015-04-22 | 1 | -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. |