You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Zeekin dba0aa71a9 Improvements to ec2 autoscaling modules
* Added desired_capacity and vpc_zone_identifier to ec2_asg
* Use ec2_argument_spec() method and then remove unnecessary
  declarations from argument_spec
* Remove AWS_REGIONS declaration
* Rename block_device_mappings to volumes to be consistent with ec2
* Remove all pep8 warnings except line length and continuation indent
* Use updated module_utils/ec2.py to add profile and security_token
  support
* Remove mandatory arguments for delete to make launchconfig deletion
  work
* Handle existing launch configurations better
* Improve output information
* Improve documentation
12 years ago
cloud Improvements to ec2 autoscaling modules 12 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago
database Merge pull request #5597 from laggyluke/mongodb_user_idempotence 12 years ago
files Merge pull request #6515 from lotia/fix-acl-doc-and-error 12 years ago
internal ansible -> ansibleworks 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Typo in rabbitmq_plugin docs 12 years ago
monitoring Fixup shell handling in monit module. 12 years ago
net_infrastructure Version bump, bigip_facts + changelog 12 years ago
network Remove validate_certs parameter from fetch_url calls 12 years ago
notification Bump twilio module version_added, changelog. 12 years ago
packaging Update version_added 12 years ago
source_control Fix documentation for accept_hostkey 12 years ago
system Version bump for alternatives module, changelog. 12 years ago
utilities Amend wait_for docs to reference version of feature addition. 12 years ago
web_infrastructure Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2. 12 years ago