summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* let implied type do the splitingBrian Coca2014-11-111-3/+1
* minor fixes to wait_for to avoid tracebacks as per ansible core issue #9244Brian Coca2014-11-111-10/+8
* added missing init.py for utilities modulesBrian Coca2014-11-052-0/+0
* Move internal category to utilities to remove one more category from the left...Michael DeHaan2014-11-042-0/+299
* Renames.Michael DeHaan2014-11-049-0/+0
* fields in /proc/net/tcp* are not always delimited by single spaceAshish Ranjan2014-10-241-1/+1
* package filesMichael DeHaan2014-09-261-0/+0
* file extensions!Michael DeHaan2014-09-269-0/+0
* Restructuring.Michael DeHaan2014-09-269-0/+1751
* Move modules into subdirectory.Michael DeHaan2014-09-269-1751/+0
* Convert boolean strings from set_fact to proper boolean valuesJames Cammarata2014-09-101-0/+8
* Removing unused name param for wait_for tcp draining classesJames Cammarata2014-08-261-4/+2
* Extend wait_for module to support draining of active tcp connectionsGreg Swift2014-08-211-4/+217
* Need to check e.errno instead of os.errno. Fixes #8548Matt Martz2014-08-111-1/+1
* Break out of loop for sockets in wait_for when there's no data to readJames Cammarata2014-07-141-1/+3
* Merge branch 'wait-for-port-search-regex' of https://github.com/sivel/ansible...James Cammarata2014-07-141-7/+26
|\
| * Allow search_regex to be used in wait_for with portMatt Martz2014-06-021-7/+26
* | Merge pull request #7374 from hfinucane/wait_for_pipesJames Cammarata2014-06-201-14/+23
|\ \ | |/ |/|
| * Fail fast in the presence of permissions issuesHenry Finucane2014-05-131-3/+9
| * Allow wait_for to wait on non-traditional filesHenry Finucane2014-05-121-14/+17
* | corrected doc example, non existing fact to the 2 it had 'merged'Brian Coca2014-05-291-2/+3
|/
* Close fds when running commands from the accelerate daemonJames Cammarata2014-05-071-1/+1
* Add an example to show all hostvars using debugDag Wieers2014-04-211-0/+3
* Acclerate improvementsJames Cammarata2014-03-231-74/+295
* Execute commands through accelerate with shell when neededJames Cammarata2014-03-181-3/+7
* Amend wait_for docs to reference version of feature addition.Michael DeHaan2014-03-161-2/+4
* Merge branch 'devel' of git://github.com/AnderEnder/ansible into develMichael DeHaan2014-03-161-18/+36
|\
| * Adding absent condition for to the wait_for moduleAndrii Radyk2013-12-121-18/+36
* | Create the tempdir in the accelerate module if it doesn't existJames Cammarata2014-03-051-1/+7
* | Fix up examples in the assert docs to match the way things work.Michael DeHaan2014-03-011-2/+7
* | Add the start of an integration test structure using Ansible playbooks, also ...Michael DeHaan2014-02-131-0/+39
* | Detect remote_user change in accelerate daemon and allow a restartJames Cammarata2014-01-301-6/+47
* | Merge pull request #5784 from geerlingguy/patch-1jctanner2014-01-291-1/+1
|\ \
| * | Update wait_for documentation - remove extra quoteJeff Geerling2014-01-271-1/+1
* | | ansible -> ansibleworksMichael DeHaan2014-01-281-1/+1
|/ /
* | Fix documentation example for the fail moduleJim Kleckner2013-12-261-1/+1
|/
* Addresses #5023 Fix import commentsJames Tanner2013-12-023-3/+3
* Fixes #5023 Convert all modules to use new snippet import patternJames Tanner2013-12-023-3/+3
* Fix accelerate module parameter for IPv6 activationJames Cammarata2013-11-271-2/+2
* Remove Python 2.4-incompatible 'with' statementJunegunn Choi2013-11-251-1/+4
* Merge pull request #4780 from mscherer/fix_accelerate_variousjctanner2013-11-191-4/+2
|\
| * fix incorrect send_data call. there is no client variable, and send_dataMichael Scherer2013-11-071-1/+1
| * remove unused variable (pyflakes)Michael Scherer2013-11-071-2/+0
| * make pyflakes a bit more silentMichael Scherer2013-11-071-1/+1
* | Fixes #4851 Set syslog debug mode for accelerate properlyJames Tanner2013-11-181-1/+1
* | Adding more wait conditions to the wait_for moduleJohn Jarvis2013-11-121-30/+86
|/
* Merge pull request #4772 from mscherer/fix_4763jctanner2013-11-041-5/+6
|\
| * Try/finally is a python 2.5 construct, so not workingMichael Scherer2013-11-021-5/+6
* | Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind ...James Tanner2013-11-041-4/+24
* | Make it slightly more clear what side of the connection is missing keyczar if...Michael DeHaan2013-11-031-1/+1