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
Grant Gavares a1d9a683a9 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.
12 years ago
add_host
apt Type checking on library/apt means the upgrade parameter is now properly True/False 12 years ago
apt_key Update various modules for check_mode 12 years ago
apt_repository Update various modules for check_mode 12 years ago
assemble Remove choices=BOOLEANS as it is no longer needed 12 years ago
async_status
async_wrapper
authorized_key
cloudformation CloudFormation support. 12 years ago
command Use relative creates/removes path with chdir 12 years ago
copy Remove choices=BOOLEANS as it is no longer needed 12 years ago
cron Remove choices=BOOLEANS as it is no longer needed 12 years ago
debug
django_manage In django module if no virtualenv is specified, don't choke 12 years ago
easy_install Update various modules for check_mode 12 years ago
ec2 Remove some tab/space issues in previous commits. 12 years ago
ec2_facts
ec2_vol
facter
fail
fetch Doc that fetch returns ok when src not present. 12 years ago
file Resolve merge 12 years ago
fireball Log tracebacks to syslog when using fireball mode. 12 years ago
gem Some very minor stylistic tweaks to the gem module. 12 years ago
get_url Update get_url 12 years ago
git Merge pull request #2187 from dhozac/argument-type-check 12 years ago
group
group_by
hg Remove choices=BOOLEANS as it is no longer needed 12 years ago
ini_file Remove choices=BOOLEANS as it is no longer needed 12 years ago
lineinfile Merge pull request #2187 from dhozac/argument-type-check 12 years ago
lvol Add lvol module to manage logical volumes. 12 years ago
macports Use opkg module as basis for macports module 12 years ago
mail mail module: properly set charset 12 years ago
mongodb_user
mount
mysql_db Adding back support for pass= 12 years ago
mysql_user fix MySQL user doc formatting issue 12 years ago
nagios Making the nagios module NOOPpable 12 years ago
ohai
opkg Adding support for OpenWrt 12 years ago
pacman Remove choices=BOOLEANS as it is no longer needed 12 years ago
pause pause: Fix small documentation glitch 12 years ago
ping
pip Update various modules for check_mode 12 years ago
pkgin
postgresql_db Remove some tab/space issues in previous commits. 12 years ago
postgresql_user Remove some tab/space issues in previous commits. 12 years ago
rabbitmq_parameter Fixup the rabbitmq YAML documentation so we can generate docs for it. 12 years ago
rabbitmq_plugin Remove choices=BOOLEANS as it is no longer needed 12 years ago
rabbitmq_user Remove choices=BOOLEANS as it is no longer needed 12 years ago
rabbitmq_vhost Updating docs 12 years ago
raw
script
seboolean Update various modules for check_mode 12 years ago
selinux Update various modules for check_mode 12 years ago
service Squashed commit of the following: 12 years ago
setup Merge branch 'setup_network2' of git://github.com/nigelm/ansible into devel 12 years ago
shell
slurp slurp: import base64 as module_common no longer does 12 years ago
subversion Update various modules for check_mode 12 years ago
supervisorctl Update various modules for check_mode 12 years ago
svr4pkg Update various modules for check_mode 12 years ago
sysctl Remove choices=BOOLEANS as it is no longer needed 12 years ago
template
uri Add socket timeout to uri module. 12 years ago
user Remove choices=BOOLEANS as it is no longer needed 12 years ago
virt virt module doc fix 12 years ago
wait_for
yum
zfs Added support for --check in zfs module 12 years ago