summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #8480
* Load group_vars for new groups loaded via add_hostJames Cammarata2014-08-141-0/+1
| | | | Fixes #8605
* Use match() instead of search() for pattern matchingJames Cammarata2014-08-141-2/+2
| | | | Also related to f48fa3, fix for #8614
* Fix host pattern matching and enhance error detectionJames Cammarata2014-08-141-8/+15
| | | | Fixes #8614
* Fixing variable name bug introduced in ac8950fJames Cammarata2014-08-141-2/+2
| | | | Fixes #8617
* 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
| | | | Fixes #8317
* 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
| | | | | | | Also refactors playbook loading code relating to vars in playbooks to a sub-function. Fixes #8534
* If ansible and ansible-playbook accept a script for --vault-password-file so ↵Matt Martz2014-08-141-19/+13
| | | | | | | should ansible-vault Conflicts: bin/ansible-vault
* Fixing broken patch 20957a1James Cammarata2014-08-144-4/+14
| | | | Also adds integration tests for nested includes with conditionals
* Remove duplicate compiling of task when: statementsJames Cammarata2014-08-142-8/+3
| | | | Fixes #8538
* 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
| | | | Fixes #8535
* Catch task parameter splitting errors nicelyJames Cammarata2014-08-141-1/+8
| | | | Fixes #8481
* Correct parser to ignore escaped quotes when not in quotes alreadyJames Cammarata2014-08-141-2/+2
| | | | Related to #8481
* 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
| | | | The performance difference isn't too bad
* 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
| | | | Fixes #8512
* InventoryDir: fixing yet another corner caseSerge van Ginderachter2014-08-141-1/+1
|
* Fix missing variable initialization for async jidJames Cammarata2014-08-141-0/+1
| | | | Fixes #8491
* 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
| | | | Fixes #8499
* Include *.ps1 files in the library for installationJames Cammarata2014-08-142-1/+4
| | | | Fixes #8490
* Catch auth errors in winrm and properly raise errorsJames Cammarata2014-08-141-3/+5
| | | | Fixes #7875
* execute the mount after path validationSerge van Ginderachter2014-08-141-1/+2
| | | | | | This avoids a stale situation where name/path contains some impossible path, but gets configured (faultly) in fstab, and the module only fails after that, when creating that path.
* Fixes 8362, returns stderr if No space left on deviceJonathan Mainguy2014-08-141-0/+2
|
* apache2_module handles multiple lines of output, fixes #7736 and #7857Casey Fitzpatrick2014-08-141-2/+2
| | | | | Conflicts: library/web_infrastructure/apache2_module
* Throw an exception for a missing <file_name> param in ansible-vaultSam Dolan2014-08-141-1/+5
| | | | | | Without this fix you have to enter your vault password before you realize that you forgot to pass in the filename. This commit checks that an filename argument was at least passed on the command line.
* Hack to fix #7738: Allow tag in image parameter of docker modulePeter Kolloch2014-08-141-1/+9
| | | | | It also defaults to the "latest" tag for pulling the image instead of pulling all versions.
* fix incorrect secondary ip handling, fixes #7724Stefan Lapers2014-08-141-1/+1
|
* fix spacingStephen Paul Suarez2014-08-141-1/+1
|
* fix typoStephen Paul Suarez2014-08-141-1/+1
|
* support rw bind mode in docker moduleStephen Paul Suarez2014-08-141-0/+7
|
* apache2_module: Handle dep resolutionJack Neely2014-08-141-1/+1
| | | | | | | | The apache2_module module did not properly handle when a2enmod would handle apache module dependancies. It would always return a state of changed. I've updated the regular expression to properly parse that output as well as the normal output. A good example of this is the mod_proxy_http module.
* Fix parameters check for ec2_volwillthames2014-08-141-3/+9
| | | | | | | | | | | Split the error check into two error checks and delay the checks so that listing existing volumes works more nicely. The error check should check that: * One and only one of volume_size id or name is set This fix adds the 'only one' part of that check and provides more useful error messages.
* set type and default valueAtlas Health2014-08-141-1/+1
|
* Removing leftover import of atomic_movev1.7.0release1.7.0James Cammarata2014-08-061-1/+0
|
* Revert "Atomically move known hosts file into place when edited by paramiko ↵James Cammarata2014-08-061-20/+2
| | | | | | connections" This reverts commit bd49a835b49050d18b2982e4d0b98dddddee0a5e.
* Add path checking for relative/escaped tar filenames in the ansible-galaxy ↵James Cammarata2014-08-061-2/+10
| | | | command
* Avoid templating raw lookup stringsJames Cammarata2014-08-062-2/+5
|
* Back-porting in CHANGELOG/etc. for older versionsJames Cammarata2014-08-064-0/+33
|