community.general/lib/ansible
Grant Gavares cd51c7f234 Add socket timeout to uri module.
The uri module can be configured to abort after a specified timeout if
it cannot connect to the configured uri. This prevents a uri action from
hanging indefinitely when the remote endpoint cannot be reached because
it is unavailable, there is a firewall in place etc. The default behavior
is left unchanged: timeout=None

This change also introduces a new type for module_parameters: int
Code was added to perform conversion from string -> int type in
module_common.py.

The new type was required in order to play nice with httplib2 which
refuses to accept (and convert) anything other than a numeric type for
the timeout value.
2013-03-02 17:34:23 -08:00
..
callback_plugins update some of many copyright dates but we can just do this when editing each file, not super high priority 2013-02-16 15:32:01 -05:00
inventory host.get_variables includes too many variables, use host.vars instead 2013-03-02 10:26:26 +01:00
playbook Allow (local_)action: to be a dict 2013-02-28 14:12:36 +01:00
runner Revert "Revert "for #2196 now gruopby module invalidates host cached variables so they can be reevaluated with new groups"" 2013-03-02 10:38:51 -05:00
utils Fixed a small buglet, if using with_items with yum and so on, only optimize the package list if the package list is all strings 2013-03-01 18:32:32 -05:00
__init__.py Fix up some version related things on the devel branch. 2013-02-01 21:38:21 -05:00
callbacks.py Merge branch 'madcow2' of git://github.com/bcoca/ansible into devel 2013-03-01 16:23:41 -05:00
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 2012-10-06 20:36:07 +02:00
constants.py Fixes jina typos 2013-02-16 13:32:48 -05:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Add socket timeout to uri module. 2013-03-02 17:34:23 -08:00