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
Dag Wieers 4135cffc3f Implement python-dmidecode/dmidecode as alternative for kernel DMI
This implementation falls back to python-dmidecode (RHEL5.5+) if the kernel as no DMI support. Alternatively, if python-dmidecode is missing, we attempt to use the dmidecode binary (for RHEL5.4 and older) before giving up.

This fixes #376 and #1657 and also helps @lwade on RHEL5.5+.
12 years ago
..
add_host For consistency, add host should take a key named 'name' in addition to 'hostname'. 12 years ago
apt now actually import exception to be usable 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 do not conditionalize this for older Python, fix indentation, better use 12 years ago
async_wrapper chmod -x for all module files in source checkout 12 years ago
authorized_key * Minor removal of some dumb I did. 12 years ago
cloudformation Fix the documentation booleans so they use "yes" and "no" 12 years ago
command Use relative creates/removes path with chdir 12 years ago
copy Restore force in copy since arguments are no longer clobbered 12 years ago
cron Fix the documentation booleans so they use "yes" and "no" 12 years ago
debug Fix the documentation booleans so they use "yes" and "no" 12 years ago
django_manage Fix the documentation booleans so they use "yes" and "no" 12 years ago
easy_install Fix the documentation booleans so they use "yes" and "no" 12 years ago
ec2 Fix the documentation booleans so they use "yes" and "no" 12 years ago
ec2_facts 'make pep8' is now clean 12 years ago
ec2_vol Fix the documentation booleans so they use "yes" and "no" 12 years ago
facter Various cleanup to run_command 12 years ago
fail DOCUMENTATION strings 12 years ago
fetch Update fetch documentation 12 years ago
file Fix the documentation booleans so they use "yes" and "no" 12 years ago
fireball Log tracebacks to syslog when using fireball mode. 12 years ago
gem Fix --include-dependencies parameter on RubyGems >= 2.0.0 12 years ago
get_url Merge pull request #2273 from dorfsmay/pullreq-use_proxy 12 years ago
git Fix the documentation booleans so they use "yes" and "no" 12 years ago
group Fix the documentation booleans so they use "yes" and "no" 12 years ago
group_by Add a group_by action plugin. 12 years ago
hg Fix the documentation booleans so they use "yes" and "no" 12 years ago
ini_file Fix the documentation booleans so they use "yes" and "no" 12 years ago
lineinfile Fix the documentation booleans so they use "yes" and "no" 12 years ago
lvol Add type casting to user/group modules, remove executable bit from other modules 12 years ago
macports Fix the documentation booleans so they use "yes" and "no" 12 years ago
mail mail module: properly set charset 12 years ago
mongodb_user 'make pep8' is now clean 12 years ago
mount add docs to mount module using LABEL and UUID 12 years ago
mysql_db Use login_host for import and dump operations 12 years ago
mysql_user fix MySQL user doc formatting issue 12 years ago
nagios add (un)silence_nagios and command actions to the nagios module 12 years ago
netscaler netscaler module initial commit 12 years ago
ohai Various cleanup to run_command 12 years ago
openbsd_pkg Add openbsd_pkg: package management for OpenBSD. 12 years ago
opkg Fix the documentation booleans so they use "yes" and "no" 12 years ago
pacman Fix the documentation booleans so they use "yes" and "no" 12 years ago
pause pause: Fix small documentation glitch 12 years ago
ping Working on complex argument support. 12 years ago
pip Expand any user home variable in pip module's virtualenv parameter 12 years ago
pkgin Add type casting to user/group modules, remove executable bit from other modules 12 years ago
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 Fix the documentation booleans so they use "yes" and "no" 12 years ago
rabbitmq_user Fix the documentation booleans so they use "yes" and "no" 12 years ago
rabbitmq_vhost Fix the documentation booleans so they use "yes" and "no" 12 years ago
raw Merge pull request #1798 from dagwieers/raw-executable 12 years ago
script Make script module use raw module so it does not require python 12 years ago
seboolean Fix the documentation booleans so they use "yes" and "no" 12 years ago
selinux Update various modules for check_mode 12 years ago
service Dont exit in FreeBSD/NetBSD subclass in check mode 12 years ago
setup Implement python-dmidecode/dmidecode as alternative for kernel DMI 12 years ago
shell DOCUMENTATION strings 12 years ago
slurp slurp: import base64 as module_common no longer does 12 years ago
subversion Fix the documentation booleans so they use "yes" and "no" 12 years ago
supervisorctl Update various modules for check_mode 12 years ago
svr4pkg Update various modules for check_mode 12 years ago
sysctl Fix the documentation booleans so they use "yes" and "no" 12 years ago
template Added additional template variables 12 years ago
uri Make URI module default to 30 seconds. 12 years ago
user Fix the documentation booleans so they use "yes" and "no" 12 years ago
virt virt module doc fix 12 years ago
wait_for removed env as per project policy 12 years ago
yum Teach the yum module to support --check mode. 12 years ago
zfs Added support for --check in zfs module 12 years ago