summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog formattingrelease1.3.3Michael DeHaan2013-10-091-1/+1
* 1.3.3 missing from changelogMichael DeHaan2013-10-091-0/+4
* Version bump for 1.3.3v1.3.3James Cammarata2013-10-078-15/+24
* Use atomic_move to put the file, rather than shelling outJames Cammarata2013-10-071-8/+1
* Manual modification of CHANGELOG and default config for 1.3.3James Cammarata2013-10-072-0/+11
* Make recv_data less greedy so it doesn't eat other packetsJames Cammarata2013-10-072-4/+4
* Drop default config value for accelerate timeout to 30 secondsJames Cammarata2013-10-071-1/+1
* Cleaning up some vvvv log messages in accelerateJames Cammarata2013-10-071-2/+2
* Removing accelerate_timeout as a playbook optionJames Cammarata2013-10-074-15/+3
* Added in an accelerate connection timeout settingJames Cammarata2013-10-072-1/+3
* Adding an accelerate_timeout parameter for playsJames Cammarata2013-10-076-12/+31
* Added keepalive packets to accelerate modeJames Cammarata2013-10-072-46/+94
* Add more verbose debugging options for accelerateJames Cammarata2013-10-072-19/+59
* Fix for accelerate when ansible_ssh_user is specifiedbennojoy2013-10-072-1/+9
* Make --check mode work with fireball and accelerate connectionsAndrey Shorin2013-10-072-2/+4
* Allow for dynamic accelerate_port: and port: in playsAndrey Shorin2013-10-071-1/+1
* CHANGELOG update for the PTY patch inclusionv1.3.2release1.3.2James Cammarata2013-09-191-0/+1
* fixes for PTY handlingLes Aker2013-09-191-1/+2
* Version bump for 1.3.2James Cammarata2013-09-198-16/+25
* Minor change to -vvvv mode to only show debugging info for ssh connsJames Cammarata2013-09-192-1/+7
* Added support for -vvvv to enable ssh connection debuggingJames Cammarata2013-09-194-2/+16
* Adding example section to ansible.cfg for the control_path settingJames Cammarata2013-09-191-0/+11
* Make ssh's ControlPath configurable via ansible.cfgBrian Harring2013-09-192-3/+4
* apt_repository: added option update_cache.René Moser2013-09-191-2/+11
* apt_repository: fix update cache after state=changed. Closes GH-4136René Moser2013-09-191-0/+3
* Version bump for 1.3.1 releasev1.3.1release1.3.1James Cammarata2013-09-169-20/+33
* Set sudo in accelerate commands correctlyJames Cammarata2013-09-161-1/+1
* Adding sshpass as a packaging requirementJames Cammarata2013-09-132-1/+2
* Update specfile -- no need for node fireball package, release datesv1.3.0Michael DeHaan2013-09-131-47/+4
* Update releases.txtMichael DeHaan2013-09-132-2/+17
* Version bump for the new releaseJames Cammarata2013-09-138-31/+90
* When checking conditionals, don't dereference when the variable contains dashesJames Cammarata2013-09-131-1/+1
* Merge branch 'fix_changed_for_yum_group' of https://github.com/hnakamur/ansib...James Cammarata2013-09-111-3/+13
|\
| * Add an example for installing a group with the yum module.Hiroaki Nakamura2013-09-111-0/+1
| * Fix to getchanged correctly for yum groupinstall.Hiroaki Nakamura2013-09-111-3/+12
* | Slight refactorization of the sysctl moduleJames Cammarata2013-09-111-42/+58
* | Remove YAML inventory example.Michael DeHaan2013-09-111-255/+0
* | Compare exploded values in the sysctl module to avoid whitespace errorsJames Cammarata2013-09-101-1/+1
* | Fixes to the service module for Ubuntu 12.04 (LTS)James Cammarata2013-09-101-1/+18
* | Check for systemd ownership of a service even if an init.d script existsJames Cammarata2013-09-101-3/+7
* | Minor fix to account for template service names in systemctlJames Cammarata2013-09-101-1/+3
* | Fix for update-rc.d based systems that also have systemd installedJames Cammarata2013-09-101-23/+31
|/
* Fixing typos in is_keyid function definition and usageJames Cammarata2013-09-091-2/+2
* Revert "Styling: deprecation"James Cammarata2013-09-091-1/+1
* Removing broken tests for nowJames Cammarata2013-09-091-8/+8
* Fixing role variable precedence for top-level rolesJames Cammarata2013-09-091-1/+1
* Correctly handle variable issues when evaluating jinja2 when statementsJames Cammarata2013-09-092-3/+14
* Merge branch 'file_fixes' of https://github.com/bcoca/ansible into bcoca-file...James Cammarata2013-09-091-33/+26
|\
| * now correctly detects hard linksBrian Coca2013-08-151-33/+26
* | Merge branch 'kavink-devel' into develJames Cammarata2013-09-092-2/+3
|\ \