Commit graph

11960 commits

Author SHA1 Message Date
Matt Martz
2b307985bc Don't use ternary if statements. Fixes #8784 2014-08-27 19:16:48 -05:00
James Cammarata
f8a30faeee Merge branch 'default-omit-updated' into devel 2014-08-27 12:53:12 -05:00
James Cammarata
35dac66afa Adding docs for default+omit 2014-08-27 12:41:49 -05:00
James Cammarata
a6ad374668 Use split_args directly to check for omitted params 2014-08-27 11:51:03 -05:00
James Cammarata
04da466c7b Fixing up serialize_args utility function 2014-08-27 10:20:07 -05:00
James Cammarata
e99db078b4 Additional fixes for the new omit parameter variable 2014-08-27 10:06:55 -05:00
Victor Lin
6260635c65 add new test case 2014-08-27 10:05:10 -05:00
Victor Lin
fe88ba7c8d Undo changes to filter module 2014-08-27 10:04:47 -05:00
Victor Lin
559c04f324 Implement omit for module args, also add tests for it 2014-08-27 10:04:47 -05:00
Victor Lin
bce6642ab6 Implement default omit correctly 2014-08-27 10:03:07 -05:00
Victor Lin
0b4d7f1574 Implement default omit filter 2014-08-27 10:03:07 -05:00
James Cammarata
b6a30a7331 Merge branch 'gregswift-devel' into devel 2014-08-26 20:36:52 -05:00
James Cammarata
64a6ab5fff Removing unused name param for wait_for tcp draining classes
Also updates the version_added and other references to the version
in which the connection draining functionality was added.
2014-08-26 20:36:11 -05:00
James Cammarata
4716f47d57 Merge branch 'devel' of https://github.com/gregswift/ansible into gregswift-devel 2014-08-26 20:06:43 -05:00
James Cammarata
ed34cee36f Atomically move known hosts file into place for paramiko connections
Redo of original patch, which adds an additional check to ensure the
known_hosts file isn't trampled when host_key_checking is disabled.

Fixes #8169
2014-08-26 16:02:59 -05:00
James Cammarata
ca7d8b6355 Updating CHANGELOG for ec2_lc/_elb_lb module param additions 2014-08-26 13:54:27 -05:00
James Cammarata
36bd9efb70 Stop/remove existing docker container if the specified tag is different
Fixes #8278
2014-08-26 13:36:42 -05:00
James Cammarata
dc23d71e0a Merge branch 'botify-labs-feature/makes-ec2-lc-boto-iso-functional' into devel 2014-08-26 13:27:06 -05:00
James Cammarata
fa3676b848 Merge branch 'feature/makes-ec2-lc-boto-iso-functional' of https://github.com/botify-labs/ansible into botify-labs-feature/makes-ec2-lc-boto-iso-functional 2014-08-26 13:00:17 -05:00
James Cammarata
75bd1fa97b Merge pull request #8757 from sivel/issue/8752
ansible-vault: The correct option is password_file. Fixes #8752
2014-08-26 11:49:02 -05:00
James Cammarata
8bd3c2104f Merge branch 'dataxu-elb-enhancements' into devel 2014-08-26 11:17:57 -05:00
James Cammarata
38eb5453b4 Add boto support checks for new ec2_elb_lb attribute fields
Also minor fixes like adjusting version_added fields, etc.
2014-08-26 10:58:25 -05:00
James Cammarata
adb00b9439 Merge branch 'elb-enhancements' of https://github.com/dataxu/ansible into dataxu-elb-enhancements 2014-08-26 10:05:34 -05:00
James Cammarata
d1d3394046 Docs updates to add examples for symbolic modes
Also fixes missing doc fragments missing in template and assemble
2014-08-26 09:09:08 -05:00
Matt Martz
206c201d87 The correct option is password_file. Fixes #8752 2014-08-26 09:02:47 -05:00
James Cammarata
811ff49f78 Updating CHANGELOG for new symbolic mode feature and updating file docs 2014-08-25 23:47:41 -05:00
James Cammarata
674c35bc8c Merge branch 'pbitty-file_symbolic_mode' into devel 2014-08-25 22:55:50 -05:00
James Cammarata
d99b835c3e Adding integration tests for symbolic modes 2014-08-25 21:54:17 -05:00
James Cammarata
c21c66c740 Merge branch 'file_symbolic_mode' of https://github.com/pbitty/ansible into pbitty-file_symbolic_mode 2014-08-25 19:38:44 -05:00
Peter Fry
35745aff22 Add support for volume encryption to ec2_vol
Fixes #7775
2014-08-25 16:21:28 -05:00
James Cammarata
17b7023e64 Merge pull request #8748 from gregdek/devel
Increase number of contributors in README
2014-08-25 14:01:07 -05:00
James Cammarata
8a2c9c5ef3 Merge branch 'issue_7757_upstart_centos' into devel 2014-08-25 13:58:05 -05:00
James Cammarata
d6a8d4671a Add additional checks to detect upstart services
Also adds checks for the upstart version, in order to test check
support for manual vs. start on manual
2014-08-25 13:41:39 -05:00
Greg DeKoenigsberg
e2209670f7 Increase number of contributors in README 2014-08-25 14:04:53 -04:00
Eri Bastos
82ec224a93 Proposed fix for issue #7757 2014-08-25 12:10:14 -05:00
James Cammarata
500d8f1e71 Merge pull request #8744 from ynk/fix/white-spaces
handling case of space in path (given would start with single quote)
2014-08-25 12:03:22 -05:00
y_nk
affdadda25 handling case of space in path (given would start with single quote) 2014-08-25 21:26:47 +05:30
James Cammarata
795eaccecb Merge pull request #8725 from quiver/fix-get_url-content-disposition
[get_url module]parse content-disposition filename parameter even if it's not quoted
2014-08-25 10:43:06 -05:00
James Cammarata
bc66235563 Updated pr_duplicate ticket stub 2014-08-25 10:25:15 -05:00
James Cammarata
9d35fb8022 Merge branch 'mattparker-devel' into devel 2014-08-25 09:54:53 -05:00
James Cammarata
0dda8a7996 Tweaking change to documentation language for cron name param 2014-08-25 09:54:21 -05:00
James Cammarata
a415993142 Merge branch 'devel' of https://github.com/mattparker/ansible into mattparker-devel 2014-08-25 09:51:17 -05:00
James Cammarata
2d683cbd30 Merge pull request #8740 from mattparker/patch-1
Name appears to be a required parameter for cron module
2014-08-25 09:49:58 -05:00
James Cammarata
69484fac7b Merge pull request #8736 from ericdwhite/issue-8735-Trim-docker-module-expose-items
module docker - expose will fail to port forward network connections if there are spaces in the CSV value
2014-08-25 09:46:22 -05:00
James Cammarata
0aec8244c8 Merge pull request #8738 from bcoca/acl_tilde_expansion
now acl expands tildes
2014-08-25 09:32:58 -05:00
James Cammarata
77ef324ab7 Merge pull request #8729 from ercpe/openrc-hostname
Hostname strategy implementation for OpenRC based systems (e.g. Gentoo)
2014-08-25 09:28:29 -05:00
Matt Parker
fd982cf8b7 Update cron documenation
The "name" parameter seems to be rather important as the identifying feature of a cron job.  This is an update to the documentation to further emphasize this.
2014-08-25 10:29:45 +01:00
Matt Parker
dc634bc644 Name appears to be a required parameter
As far as I can tell, `name` is a required parameter.  The guard test at (now) line 458 says you need name if `state == present` and at 464 if `state != present`, although that's not quite as clear.  Each of the code paths at 485 - 495 pass the name param through to `add_job`, `update_job` and `remove_job`, and the actual _update_job method earlier seems to require it too.  However I don't really know python so I may be wrong, but I can't see the circumstances when `name` is not required.
2014-08-25 10:23:54 +01:00
Chris Church
57dee4545b Make sure cmd is UTF8 encoded before splitting. Fixes regression introduced by 80df2135e9. 2014-08-24 21:06:21 -04:00
Brian Coca
f6e10b580e now acl expands tildes 2014-08-24 19:16:15 -04:00