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.
ansible/library
Tom Dymond cf80f9b68b Add option to enable the sysctl -e option 12 years ago
..
cloud reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 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 Update copy 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 Addresses #5023 Fix import comments 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 Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows it 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 Add option to enable the sysctl -e option 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