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
Will Thames f92e4605ab Create a common EC2 connection argument spec for EC2 modules
Refactor the currently well-factored ec2 modules (i.e. those that already use ec2_connect) to
have a common argument spec. The idea is that new modules can use this spec without duplication
of code, and that new functionality can be added to the ec2 connection code (e.g. security
token argument)
12 years ago
cloud Create a common EC2 connection argument spec for EC2 modules 12 years ago
commands Adding no_log: capability for tasks 12 years ago
database Allow strings containing single and double quotes to be used as passwords for postgres_user 12 years ago
files Merge pull request #5051 from deontologician/patch-1 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 Use new syntax for module snippets in rabbitmq_policy and update changelog 12 years ago
monitoring module(nagios): don't catch `SystemExit` 12 years ago
net_infrastructure All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 12 years ago
network Clarify doc for get_url 12 years ago
notification ansible -> ansibleworks 12 years ago
packaging reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 12 years ago
source_control (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6) 12 years ago
system Merge pull request #5554 from ttarabul/devel 12 years ago
utilities Detect remote_user change in accelerate daemon and allow a restart 12 years ago
web_infrastructure Clean up stray space at the end of a line after a period. 12 years ago