Commit Graph

59 Commits (d158ec382c2bc50fd34e08d763cfb89e032cdfcf)

Author SHA1 Message Date
Michael DeHaan c91ceddfac Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.
12 years ago
James Cammarata 9574f89471 Detect remote_user change in accelerate daemon and allow a restart
12 years ago
jctanner b411cce6f3 Merge pull request #5784 from geerlingguy/patch-1
12 years ago
Michael DeHaan 83f43b82ad ansible -> ansibleworks
12 years ago
Jeff Geerling 40e5f641e4 Update wait_for documentation - remove extra quote
12 years ago
Jim Kleckner edca1d69cf Fix documentation example for the fail module
12 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
James Cammarata 30948ae0dc Fix accelerate module parameter for IPv6 activation
13 years ago
Junegunn Choi 9c798b119c Remove Python 2.4-incompatible 'with' statement
13 years ago
jctanner 2855684538 Merge pull request #4780 from mscherer/fix_accelerate_various
13 years ago
James Tanner 0ce1123693 Fixes #4851 Set syslog debug mode for accelerate properly
13 years ago
John Jarvis bf435e2032 Adding more wait conditions to the wait_for module
13 years ago
Michael Scherer ea6567dbf7 fix incorrect send_data call. there is no client variable, and send_data
13 years ago
Michael Scherer eb77ca80df remove unused variable (pyflakes)
13 years ago
Michael Scherer 061394fff7 make pyflakes a bit more silent
13 years ago
jctanner 8e105bbfba Merge pull request #4772 from mscherer/fix_4763
13 years ago
James Tanner c1ed47933b Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind to an ipv6 port instead of ipv4
13 years ago
Michael DeHaan 83d50b1984 Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
13 years ago
Michael DeHaan 334dcfa2fa Update module documentation.
13 years ago
Michael Scherer 1ef9bed752 Try/finally is a python 2.5 construct, so not working
13 years ago
Michael DeHaan 7f125567cb Some simplification of include_vars and renamed include_files to include_vars.
13 years ago
Michael DeHaan b69ab89eb1 Merge branch 'include_files' of git://github.com/bennojoy/ansible into devel
13 years ago
Michael Scherer 8efe53eebb Fix accelerate module on centos 5 by removing
13 years ago
bennojoy b53e7353f9 include files
13 years ago
Michael DeHaan 21d4400c96 Misc pep8 fixes
13 years ago
Michael DeHaan e131de4de0 Added "debug: var=variableName" capability.
13 years ago
James Cammarata d21714a37f Fix for network byte order issues in accelerate
13 years ago
James Cammarata 912e3a7b0b Merge branch 'accelerate_improvements' into devel
13 years ago
James Cammarata fa80a17aa3 Make recv_data less greedy so it doesn't eat other packets
13 years ago
James Cammarata 59a5ce23d9 Adding an accelerate_timeout parameter for plays
13 years ago
James Cammarata f9c87868ac Added keepalive packets to accelerate mode
13 years ago
James Cammarata 344d8d51ab Use atomic_move to put the file, rather than shelling out
13 years ago
James Cammarata 52a42bf607 Add more verbose debugging options for accelerate
13 years ago
Andrey Shorin ea488f5e05 Make --check mode work with fireball and accelerate connections
13 years ago
Erick Yellott af7b182958 Typo fix from `accelerated: true` to `accelerate: true`
13 years ago
James Cammarata 20b0dc4abd Check for an empty executable passed into the accelerate plugin
13 years ago
James Cammarata f04af9118e When putting a file in accelerated mode, make sure it's chowned correctly
13 years ago
James Cammarata 8a016bb374 Adding the facility to the accelerate daemon syslog calls
13 years ago
James Cammarata d69d5c294f Renaming fireball2 as 'accelerate' and removing old references
13 years ago
James Cammarata af1dd7075f Adding chunked file transfers to fireball2
13 years ago
James Cammarata 959138d00d Added accelerate_port to plays, and made it configurable
13 years ago
James Cammarata b45342923c Initial support for sudoable commands over fireball2
13 years ago
James Cammarata 4b552457e7 Bail out correctly if socket.recv gets nothing (indicating a closed socket)
13 years ago
James Cammarata 521e14a3ad Fireball2 mode working!
13 years ago
Brian Coca 5ca1630b71 updated debug module docs to remove outdated -v requirement (and
13 years ago
Michael DeHaan 131c8489d4 Legacy variable usage removed
13 years ago
Jesse Keating 1689001036 Update fail docs for new syntax
13 years ago
Jesse Keating d541e68027 Elapsed time should account for the delay
13 years ago
Jan-Piet Mens 30d641094b Docs: consistently format playbook EXAMPLES
13 years ago