ansible/library
Jeroen Hoekx 5ba34572d9 Add a state parameter to the wait_for module.
This takes started, stopped and restarted.

Started returns when connecting is possible.
Stopped when connecting is not possible.
Restarted first waits for connecting to be impossible and returns when it is
possible again.
2012-08-24 19:08:45 +02:00
..
apt Fix invalid usage or fail_json in apt module 2012-08-18 19:43:45 -04:00
apt_repository Quote the repository string when appending it to the command line in the apt_repository module. 2012-08-13 19:36:08 +02:00
assemble whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
async_status Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 2012-08-11 12:35:58 -04:00
async_wrapper whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
authorized_key whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
command Make a more logical error when the command/shell module is used with no arguments. 2012-08-16 21:40:52 -04:00
copy fix case where destination does not yet exist - no backup can be made 2012-08-09 15:33:05 -04:00
easy_install Make easy_install module actually work. 2012-08-14 23:31:13 -04:00
facter Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 2012-08-11 12:35:58 -04:00
fetch Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 2012-07-14 11:59:12 -04:00
file Handle special files just like normal files 2012-08-21 23:48:18 +02:00
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 2012-08-20 18:39:37 -04:00
git added force option to git - made both subversion and git default to force=true for backward compatibility with git's previous behavior 2012-08-23 00:07:14 -04:00
group whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
mount fixed missing module argument for mount module 2012-08-13 15:20:36 -04:00
mysql_db Added login_unix_socket option to mysql_db module 2012-08-03 12:34:55 +02:00
mysql_user Added login_unix_socket option to mysql_user module 2012-08-03 12:35:18 +02:00
ohai Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 2012-08-11 12:35:58 -04:00
ping Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 2012-08-02 21:29:10 -04:00
pip Merge pull request #900 from lorin/pip-venv-bug 2012-08-17 17:10:35 -07:00
postgresql_db bugfix in sql query 2012-08-22 13:34:24 -05:00
postgresql_user Typo 2012-08-22 12:19:55 -05:00
raw Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 2012-07-14 11:59:12 -04:00
service tweak service module pattern= logic so ./hacking/test-module does not give false positives 2012-08-17 20:26:22 -04:00
setup Fix setup module explosion when a route is empty. Closes #909 2012-08-19 21:19:07 -04:00
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. 2012-08-11 18:13:29 -04:00
slurp Add encoding lines to python modules such that they can take unicode options if they are fed them, since the 2012-08-02 21:29:10 -04:00
subversion added force option to git - made both subversion and git default to force=true for backward compatibility with git's previous behavior 2012-08-23 00:07:14 -04:00
supervisorctl Add supervisorctl module 2012-08-08 10:59:46 -04:00
template Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 2012-07-14 11:59:12 -04:00
user Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 2012-08-11 12:35:58 -04:00
virt Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library 2012-08-11 12:35:58 -04:00
wait_for Add a state parameter to the wait_for module. 2012-08-24 19:08:45 +02:00
yum meaningless whitespace changes 2012-08-14 19:33:11 -04:00