Commit graph

11763 commits

Author SHA1 Message Date
Drew Blas 03d9268b51 Fix typo in CHANGELOG.md
This change occured int he ec2 module, not ec2_vol
2014-08-12 04:55:12 -05:00
James Cammarata 4940a7ad77 Merge pull request #8458 from Jmainguy/runner_8404
Fixes 8362, returns stderr if No space left on device
2014-08-11 23:16:57 -05:00
James Cammarata 5a128ca286 Adding extra member to mock inventory for unittests 2014-08-11 19:29:55 -05:00
James Cammarata ac8950fd36 Set special vars in play.vars rather than load_vars
Also refactors playbook loading code relating to vars in playbooks
to a sub-function.

Fixes #8534
2014-08-11 19:23:54 -05:00
Michael DeHaan f186bcc936 Copy recursion works when source is a parameter, there is no parameter 'recurse' here. 2014-08-11 16:22:13 -04:00
Michael DeHaan 734548d8b4 Merge pull request #8525 from kamaln7/patch-1
Replace all occurrences of "Digital Ocean" with "DigitalOcean"
2014-08-11 16:04:04 -04:00
Michael DeHaan 7e42ca6665 Update CHANGELOG 2014-08-11 16:02:10 -04:00
Michael DeHaan 4a05310ba0 Keep things alphabetical in vault option list. 2014-08-11 16:02:10 -04:00
Jakub Paweł Głazik 99a339fa7b Fix comments and error message 2014-08-11 16:02:10 -04:00
Jakub Paweł Głazik 58feee0f45 ansible-vault view - new command 2014-08-11 16:02:10 -04:00
James Cammarata 783a1e3dfc Fixing broken patch 20957a1
Also adds integration tests for nested includes with conditionals
2014-08-11 14:58:48 -05:00
Michael DeHaan b0295af7ee Merge pull request #7462 from chamill/devel
Add spaces between sentences in formatted docs.
2014-08-11 15:53:16 -04:00
Michael DeHaan 02b0e102e6 Rename some INI keys for fact caching defaults 2014-08-11 15:16:51 -04:00
Michael DeHaan 160ddf6b04 WIP on fact caching docs. 2014-08-11 15:15:09 -04:00
James Cammarata 20957a1b85 Remove duplicate compiling of task when: statements
Fixes #8538
2014-08-11 13:23:07 -05:00
Michael DeHaan e49c4e298f Merge pull request #8550 from sivel/issue/8548
wait_for module: check e.errno instead of os.errno. Fixes #8548
2014-08-11 14:07:12 -04:00
Michael DeHaan 90c9bf8968 Add some more notes about recent 1.8 developments to the changelog. 2014-08-11 13:53:50 -04:00
Michael DeHaan 78ca731b54 Merge pull request #8549 from gregdek/devel
Text tweak
2014-08-11 13:30:23 -04:00
Matt Martz 315ac22437 Need to check e.errno instead of os.errno. Fixes #8548 2014-08-11 12:26:52 -05:00
Greg DeKoenigsberg 890169ee67 Text tweak
A suggestion to smooth out the text -- if you think it's an improvement, happy to make a larger PR with all the instances of this fixed.
2014-08-11 13:25:02 -04:00
James Cammarata 66802169f5 Adding integration test based on #8535 2014-08-11 11:42:21 -05:00
James Cammarata 83fa9a8cde Make sure we only use unquote on quoted lines in lineinfile when needed 2014-08-11 11:23:52 -05:00
Michael DeHaan 542aaa6ffe Use JSON instead of pickles for compatibility. 2014-08-11 12:23:05 -04:00
Michael DeHaan 2629cd3fce Fix some copyrights, fix a misc test. 2014-08-11 12:23:05 -04:00
Michael DeHaan 533fb21586 Add copyright header, let me know if corrections are needed. 2014-08-11 12:23:05 -04:00
Michael DeHaan bdee1ff24e Standardize exception handling 2014-08-11 12:23:05 -04:00
Josh Drake a620ef414e Implement connection pooling for memcached cache plugin. 2014-08-11 12:23:05 -04:00
Josh Drake 3031247492 Use cPickle in redis fact caching backend. 2014-08-11 12:23:05 -04:00
Josh Drake 917e868f65 Implement fact cache flushing alongside a command-line argument to invoke it. 2014-08-11 12:23:05 -04:00
Josh Drake aa419044c4 WIP on the re-implementation of fact caching and various backends. 2014-08-11 12:23:05 -04:00
Michael DeHaan fb5a1403dd Merge 2014-08-11 12:22:55 -04:00
Michael DeHaan 56f9328f93 Merge 2014-08-11 12:22:47 -04:00
James Cammarata b3371b8de8 Unquote lines that were quoted for safety during eval in lineinfile
Fixes #8535
2014-08-11 11:01:23 -05:00
James Cammarata be0ca219d2 Merge branch 'leth-optimise_utils_clean_data' into devel 2014-08-11 10:28:33 -05:00
James Cammarata 25e9d1197e Merge branch 'optimise_utils_clean_data' of https://github.com/leth/ansible into leth-optimise_utils_clean_data 2014-08-11 10:21:02 -05:00
James Cammarata a650421e39 Catch task parameter splitting errors nicely
Fixes #8481
2014-08-11 10:16:58 -05:00
James Cammarata 9f34ea54f5 Correct parser to ignore escaped quotes when not in quotes already
Related to #8481
2014-08-11 10:16:58 -05:00
Michael DeHaan e66e4adedc Merge pull request #8532 from piffey/8502_acl
Issue 8502: Fixed bug where failed when permissions weren't specified.
2014-08-11 08:15:27 -04:00
Michael DeHaan 82564df61a Merge pull request #8544 from Tenzer/faster-apt_repository
apt_repository: Check if key already exists before adding it
2014-08-11 08:09:19 -04:00
Jeppe Toustrup b811df38a7 apt_repository: Check if key already exists before trying to add it for a speed increase 2014-08-11 11:57:23 +02:00
Marcus Cobden c47d1f5265 Pre-load whole string and use seek to alter tags 2014-08-11 09:10:06 +01:00
Marcus Cobden c8bfd157f8 Switch cStringIO to StringIO for unicode support
The performance difference isn't too bad
2014-08-11 08:48:37 +01:00
Marcus Cobden e3dbca9378 Test escaping strings with two variables 2014-08-11 08:46:47 +01:00
Marcus Cobden 84114e5c0b Fix copy/paste error 2014-08-11 08:43:40 +01:00
Marcus Cobden ef65d3dbf6 Optimise string handling in ansible.utils._clean_data 2014-08-09 23:47:08 +01:00
Piffey Parlance cb0b06aa42 Issue 8502: Fixed bug where failed when permissions weren't specified. 2014-08-09 12:02:24 -05:00
Michael DeHaan 3d22e769d4 Merge pull request #8531 from sivel/rax-cdb-dedupe-docfrag
rax_cdb* modules: Dedupe code and switch to shared doc fragments
2014-08-08 20:59:11 -04:00
James Cammarata 6d5ce8e193 CHANGELOG updates for docker improvements/additions 2014-08-08 19:52:56 -05:00
James Cammarata 7cdc8378de Merge branch 'ahamilton55-ah/add_ssl_for_irc' into devel 2014-08-08 19:44:04 -05:00
James Cammarata 535fb7345a Bumping version_added for use_ssl param in irc module 2014-08-08 19:43:20 -05:00