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
Stephen Fromm e5a635672c Migrate remaining modules to use get_bin_path in module_common.py
* Migraed easy_install, pip, service, setup, and user.
* Updated fail_json message in apt_repository
* Fixed easy_install to not hardcode location of virtualenv in
  /usr/local/bin/.
* Made handling of virtualenv more consistent between easy_install and
  pip.
12 years ago
..
apt Fix invalid usage or fail_json in apt module 12 years ago
apt_repository Migrate remaining modules to use get_bin_path in module_common.py 12 years ago
assemble
async_status Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 12 years ago
async_wrapper
authorized_key
command Make a more logical error when the command/shell module is used with no arguments. 12 years ago
copy fix case where destination does not yet exist - no backup can be made 12 years ago
easy_install Migrate remaining modules to use get_bin_path in module_common.py 12 years ago
facter Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 12 years ago
fetch
file Handle special files just like normal files 12 years ago
get_url Adds a thirsty=yes|no to the get_url module, such that if downloading a large file from the internet you can decide 12 years ago
git Remove obsolete comment 12 years ago
group Migrate apt_repository, group, and supervisorctl to use module.get_bin_path 12 years ago
lineinfile Add a lineinfile module 12 years ago
mount fixed missing module argument for mount module 12 years ago
mysql_db
mysql_user
nagios Change from a module config file to brute force locating the nagios configs so we can find the command file. 12 years ago
ohai Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 12 years ago
ping
pip Migrate remaining modules to use get_bin_path in module_common.py 12 years ago
postgresql_db bugfix in sql query 12 years ago
postgresql_user Typo 12 years ago
raw
service Migrate remaining modules to use get_bin_path in module_common.py 12 years ago
setup Migrate remaining modules to use get_bin_path in module_common.py 12 years ago
shell Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules. 12 years ago
slurp
subversion added force option to git - made both subversion and git default to force=true for backward compatibility with git's previous behavior 12 years ago
supervisorctl Migrate apt_repository, group, and supervisorctl to use module.get_bin_path 12 years ago
template
user Migrate remaining modules to use get_bin_path in module_common.py 12 years ago
virt Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 12 years ago
wait_for wait_for: remove restarted, add delay, rename name to host, make port required. 12 years ago
yum fix up local_nvra 12 years ago