Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First attempt at provisioning. | Kenny Woodson | 2017-08-21 | 1 | -303/+0 |
| | |||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -0/+1 |
| | |||||
* | Use AWS m4 instances types | Patrick Tescher | 2015-07-27 | 1 | -1/+1 |
| | | | | AWS m4 replaces m3 and is a bit cheaper. | ||||
* | Allow variable overriding for ec2 deployment_vars | Jason DeTiberus | 2015-04-22 | 1 | -0/+302 |
- 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. |