summaryrefslogtreecommitdiff
path: root/library/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update module documentation.Michael DeHaan2013-11-021-1/+1
|/
* Some simplification of include_vars and renamed include_files to include_vars.Michael DeHaan2013-10-312-44/+38
* Merge branch 'include_files' of git://github.com/bennojoy/ansible into develMichael DeHaan2013-10-311-0/+44
|\
| * include filesbennojoy2013-10-281-0/+44
* | Fix accelerate module on centos 5 by removingMichael Scherer2013-10-311-1/+1
|/
* Misc pep8 fixesMichael DeHaan2013-10-191-0/+2
* Added "debug: var=variableName" capability.Michael DeHaan2013-10-141-1/+9
* Fix for network byte order issues in accelerateJames Cammarata2013-10-021-2/+2
* Merge branch 'accelerate_improvements' into develJames Cammarata2013-10-011-54/+129
|\
| * Make recv_data less greedy so it doesn't eat other packetsJames Cammarata2013-10-011-2/+2
| * Adding an accelerate_timeout parameter for playsJames Cammarata2013-10-011-6/+13
| * Added keepalive packets to accelerate modeJames Cammarata2013-10-011-41/+78
| * Add more verbose debugging options for accelerateJames Cammarata2013-09-301-17/+48
* | Use atomic_move to put the file, rather than shelling outJames Cammarata2013-10-011-8/+1
|/