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
Richard Isaacson 5a15762739 Merge pull request #5826 from romeotheriault/fix_follow_redirects
A fix for uri module regarding following redirects. The old behavior would follow redirects either way. This change clarifies the functionality and makes it a bit more explicit. Comparing the old behavior to the new 'yes' == 'all', 'no' == 'safe' and now 'no' will not follow any redirects. Historic behavior is still supported and documented with a push to the new values.
11 years ago
..
cloud Make an example that sets the instance Names 11 years ago
commands Adding no_log: capability for tasks 11 years ago
database Allow strings containing single and double quotes to be used as passwords for postgres_user 11 years ago
files Merge pull request #5363 from bcoca/acl_improved 11 years ago
internal ansible -> ansibleworks 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Use new syntax for module snippets in rabbitmq_policy and update changelog 11 years ago
monitoring module(nagios): don't catch `SystemExit` 11 years ago
net_infrastructure All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 11 years ago
network Merge pull request #5826 from romeotheriault/fix_follow_redirects 11 years ago
notification ansible -> ansibleworks 11 years ago
packaging small change to docs 11 years ago
source_control (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6) 11 years ago
system Merge pull request #5554 from ttarabul/devel 11 years ago
utilities Detect remote_user change in accelerate daemon and allow a restart 11 years ago
web_infrastructure Clean up stray space at the end of a line after a period. 11 years ago