summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/library
Commit message (Collapse)AuthorAgeFilesLines
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-0/+1
|
* Use AWS m4 instances typesPatrick Tescher2015-07-271-1/+1
| | | | AWS m4 replaces m3 and is a bit cheaper.
* Allow variable overriding for ec2 deployment_varsJason DeTiberus2015-04-221-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.