summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct mysql integration indentationv1.7.2release1.7.2James Laska2014-09-241-1/+1
* Include el7 mariadb support in mysql integration testJames Laska2014-09-242-4/+15
* Removing symbolic mode tests, which are not in the 1.7.x branchJames Cammarata2014-09-241-153/+0
* Version bump for release 1.7.2James Cammarata2014-09-246-2/+21
* Fix #7711Oleg Bulatov2014-09-242-2/+193
* Before decrypting check if vault password is set or error earlyJames Cammarata2014-09-241-0/+5
* Ensure remote files are chmod'd properly for su/su_user tooJames Cammarata2014-09-244-4/+4
* Ensure checkmode is honored for templates that haven't changedJames Cammarata2014-09-241-0/+7
* Fix quoting issues in lineinfile for individual single-quotesJames Cammarata2014-09-242-2/+69
* Fixing multiline parsing to preserve newlinesJames Cammarata2014-09-243-25/+25
* Convert boolean strings from set_fact to proper boolean valuesJames Cammarata2014-09-243-1/+93
* Make sure group_vars/all is loaded for ungrouped hostsJames Cammarata2014-09-241-0/+4
* Merge variables for hosts instead of updating in get_variables()Serge van Ginderachter2014-09-241-1/+1
* The correct option is password_file. Fixes #8752Matt Martz2014-09-241-1/+1
* Set the shell variable on the ssh connection type for accelerated modeJames Cammarata2014-09-241-0/+3
* Version bump for 1.7.1v1.7.1release1.7.1James Cammarata2014-08-146-6/+29
* Disallow args: to be specified as a stringJames Cammarata2014-08-141-5/+4
* Catch error in atomic_move when creating temporary fileJames Cammarata2014-08-141-2/+5
* Load group_vars for new groups loaded via add_hostJames Cammarata2014-08-141-0/+1
* Use match() instead of search() for pattern matchingJames Cammarata2014-08-141-2/+2
* Fix host pattern matching and enhance error detectionJames Cammarata2014-08-141-8/+15
* Fixing variable name bug introduced in ac8950fJames Cammarata2014-08-141-2/+2
* Fix vault_password positional args errorJames Cammarata2014-08-141-2/+2
* Make sure playbook_dir variable is an absolute pathJames Cammarata2014-08-143-3/+3
* Adding extra member to mock inventory for unittestsJames Cammarata2014-08-141-0/+2
* Set special vars in play.vars rather than load_varsJames Cammarata2014-08-142-14/+30
* If ansible and ansible-playbook accept a script for --vault-password-file so ...Matt Martz2014-08-141-19/+13
* Fixing broken patch 20957a1James Cammarata2014-08-144-4/+14
* Remove duplicate compiling of task when: statementsJames Cammarata2014-08-142-8/+3
* Need to check e.errno instead of os.errno. Fixes #8548Matt Martz2014-08-141-1/+1
* Make sure we only use unquote on quoted lines in lineinfile when neededJames Cammarata2014-08-142-6/+17
* Unquote lines that were quoted for safety during eval in lineinfileJames Cammarata2014-08-141-1/+2
* Catch task parameter splitting errors nicelyJames Cammarata2014-08-141-1/+8
* Correct parser to ignore escaped quotes when not in quotes alreadyJames Cammarata2014-08-141-2/+2
* Pre-load whole string and use seek to alter tagsMarcus Cobden2014-08-141-11/+4
* Switch cStringIO to StringIO for unicode supportMarcus Cobden2014-08-141-2/+2
* Test escaping strings with two variablesMarcus Cobden2014-08-141-0/+4
* Fix copy/paste errorMarcus Cobden2014-08-141-1/+1
* Optimise string handling in ansible.utils._clean_dataMarcus Cobden2014-08-141-53/+47
* Issue 8502: Fixed bug where failed when permissions weren't specified.Piffey Parlance2014-08-141-1/+4
* Add validate_certs option to apt_repositoryKarol Hosiawa2014-08-141-0/+8
* Preserve all line breaks in literal blocksJames Cammarata2014-08-144-12/+35
* InventoryDir: fixing yet another corner caseSerge van Ginderachter2014-08-141-1/+1
* Fix missing variable initialization for async jidJames Cammarata2014-08-141-0/+1
* Implements the proper method for terminated an auto scale group.James Martin2014-08-141-7/+9
* Make sure default vars are used in template calls for tasksJames Cammarata2014-08-141-2/+6
* Include *.ps1 files in the library for installationJames Cammarata2014-08-142-1/+4
* Catch auth errors in winrm and properly raise errorsJames Cammarata2014-08-141-3/+5
* execute the mount after path validationSerge van Ginderachter2014-08-141-1/+2
* Fixes 8362, returns stderr if No space left on deviceJonathan Mainguy2014-08-141-0/+2