summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Minor fix so the any_errors_fatal value is checked properlyJames Cammarata2013-09-091-1/+1
| * | Merge branch 'devel' of https://github.com/kavink/ansible into kavink-develJames Cammarata2013-09-091-1/+2
| |\ \
| | * | Avoid ugly formatting due to a long if statementKavin Kankeshwar2013-09-061-5/+6
| | * | Bug fix for a crash, when any_errors_fatal is truekavink2013-09-041-5/+5
* | | | Merge pull request #4065 from CharlesBlonde/nova_wait_for_bugMichael DeHaan2013-09-091-3/+3
|\ \ \ \
| * | | | Fix wait_for default value to follow the documentation (documentation = 180, ...Charles Blonde2013-09-081-1/+1
| * | | | Fix wait_for conversion between String to intCharles Blonde2013-09-081-2/+2
|/ / / /
* | | | Merge pull request #4059 from dekked/develMichael DeHaan2013-09-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed -e "" on ansible-playbook.Alan Descoins2013-09-071-1/+1
|/ / /
* | | Reverting HostVars change from a mapping back to a dictionaryJames Cammarata2013-09-061-14/+2
* | | Merge pull request #4056 from jlaska/libselinux-docMichael DeHaan2013-09-063-3/+3
|\ \ \
| * | | The required package for selinux is libselinux-pythonJames Laska2013-09-063-3/+3
* | | | Updating docs for max_fail_percentage plus CHANGELOG updatesJames Cammarata2013-09-062-2/+26
|/ / /
* | | Merge branch 'devel' of https://github.com/abompard/ansible into abompard-develJames Cammarata2013-09-061-9/+18
|\ \ \
| * | | Module postgresql_privs: fix default argumentsAurélien Bompard2013-09-061-9/+18
* | | | Merge branch 'fix_postgresql_db' of https://github.com/yteraoka/ansible into ...James Cammarata2013-09-061-2/+2
|\ \ \ \