Commit Graph

33 Commits (70c78eade0d2514e597512bb227109da3b7444de)

Author SHA1 Message Date
Michael DeHaan 4503cbebc0 Added "debug: var=variableName" capability. 11 years ago
James Cammarata 3cd459faf7 Fix for network byte order issues in accelerate 11 years ago
James Cammarata 88b9bc5de8 Merge branch 'accelerate_improvements' into devel
Conflicts:
	library/utilities/accelerate
11 years ago
James Cammarata 3b87b2c56c Make recv_data less greedy so it doesn't eat other packets 11 years ago
James Cammarata 13f28d31fa Adding an accelerate_timeout parameter for plays
This setting makes the timeout for each play configurable, rather than
hard-coding it at 300 seconds (now the default if left unspecified)

Fixes #4162
11 years ago
James Cammarata d3f1c89470 Added keepalive packets to accelerate mode
Commands will now be started up in a separate task from the main
handler thread, so that it can be monitored for completeness while
sending a keepalive packet back to the controller to avoid a socket
receive timeout.
11 years ago
James Cammarata 18379701f0 Use atomic_move to put the file, rather than shelling out
Fixes #4321
11 years ago
James Cammarata 42449a3901 Add more verbose debugging options for accelerate 11 years ago
Andrey Shorin 7e2755a542 Make --check mode work with fireball and accelerate connections 11 years ago
Erick Yellott 55e26fdfda Typo fix from `accelerated: true` to `accelerate: true` 11 years ago
James Cammarata 156ab85478 Check for an empty executable passed into the accelerate plugin
This was breaking at least the script module, so it would seem best
to check for it and set it to the default executable value
11 years ago
James Cammarata a05eec87b2 When putting a file in accelerated mode, make sure it's chowned correctly 11 years ago
James Cammarata 0a27ded6f3 Adding the facility to the accelerate daemon syslog calls 11 years ago
James Cammarata f8c77e3980 Renaming fireball2 as 'accelerate' and removing old references 11 years ago
James Cammarata 1066a1703f Adding chunked file transfers to fireball2 11 years ago
James Cammarata 7ec763106d Added accelerate_port to plays, and made it configurable 11 years ago
James Cammarata b49f67ee7a Initial support for sudoable commands over fireball2
Caveats:
* requiretty must be disabled in the sudoers config
* asking for a password doesn't work yet, so any sudoers users must
  be configured with NOPASSWD
* if not starting the daemon as root, the user running the daemon
  must have sudoers entries to allow them to run the command as the
  target sudo_user
11 years ago
James Cammarata e92df1dc76 Bail out correctly if socket.recv gets nothing (indicating a closed socket) 11 years ago
James Cammarata 3d3b318a86 Fireball2 mode working! 11 years ago
Brian Coca e7e5db8e6c updated debug module docs to remove outdated -v requirement (and
only_if reference)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Michael DeHaan 7cf87d7a3c Legacy variable usage removed 11 years ago
Jesse Keating 64fb4f4c93 Update fail docs for new syntax
Use when instead of only_if
Use new variable style
11 years ago
Jesse Keating 6a1d6ee25f Elapsed time should account for the delay 11 years ago
Jan-Piet Mens 98c1423269 Docs: consistently format playbook EXAMPLES 11 years ago
Michael DeHaan 5cbbd2ee6d Remove reference to non-existant module. 11 years ago
Jan-Piet Mens 3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Michael DeHaan 2bb25cac74 Doc standardization 11 years ago
Michael DeHaan 2438ef474a Docs standardization 11 years ago
Michael DeHaan 79015895ba Standardize docs 11 years ago
Stoned Elipot e320616974 Fix empty requirements specifications in modules documentation
And also be liberal in what ansible-doc accepts as an empty
requirements specification.

While here fix a typo in template module documentation
wrt jinja2 overrides example.
12 years ago
Michael DeHaan e0f0278ad8 Move mail into the notification bucket. 12 years ago
Michael DeHaan a715a86cd1 Slight tweak to set_fact variable documentation to clarify scope info. 12 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago