ansible-elastic-beanstalk
ansible-elastic-beanstalk copied to clipboard
Ansible modules for working with Amazon Elastic Beanstalk
There is a new parameter for creating an application, [ResourceLifecycleConfig](http://boto3.readthedocs.io/en/latest/reference/services/elasticbeanstalk.html#ElasticBeanstalk.Client.create_application) dictionary. 1. create appropriate attributes 2. include logic to use provided parameters *max_count_rule* and *max_age_rule* can be used as the...
Hi can somebody post the steps for the deployment to aws eb using ansible. Like where to define the aws creds for eb connection, the hosts etc.
Hi, I added a module for managing configuration templates patterned from your env module. Would be nice to consolidate features to your repository and release an updated version of your...
Unfortunately `list` is returning environment as existing, even if it's in `[Terminating, Terminated]` (or any other) state. With this update I'm adding ability to specify states which `list` mode should...
This is for issue #25.
When creating a bunch of environments, it can take a really long time. It'd be great if instead of each call to elasticbeanstalk_env blocking while it creates a single environment,...
Currently the delete_application function errors out if the application in question is running. Adding this option will forcefully stop the application( terminate the application ) before deleting it.