Commit Graph

12160 Commits (ed3c9c40ca8b52f54e3ae1cf23184e7f5b2df262)
 

Author SHA1 Message Date
Victor Lin 6260635c65 add new test case 10 years ago
Victor Lin fe88ba7c8d Undo changes to filter module 10 years ago
Victor Lin 559c04f324 Implement omit for module args, also add tests for it 10 years ago
Victor Lin bce6642ab6 Implement default omit correctly 10 years ago
Victor Lin 0b4d7f1574 Implement default omit filter 10 years ago
Dustin C. Hatch a24ee0f31b portage: Add support for --changed-use
The `--changed-use` flag is an improvement over `--newuse` because it
does not trigger rebuilds for USE flag changes that would not affect the
installed package. Its use is generally recommended over `--newuse`.

Signed-off-by: Dustin C. Hatch <dustin@hatch.name>
10 years ago
Emil Palm a373088d16 Always return a list even if its empty. 10 years ago
James Cammarata b6a30a7331 Merge branch 'gregswift-devel' into devel 10 years ago
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.
10 years ago
James Cammarata 4716f47d57 Merge branch 'devel' of https://github.com/gregswift/ansible into gregswift-devel 10 years ago
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
10 years ago
James Cammarata ca7d8b6355 Updating CHANGELOG for ec2_lc/_elb_lb module param additions 10 years ago
James Cammarata 36bd9efb70 Stop/remove existing docker container if the specified tag is different
Fixes #8278
10 years ago
James Cammarata dc23d71e0a Merge branch 'botify-labs-feature/makes-ec2-lc-boto-iso-functional' into devel 10 years ago
Michael Warkentin 81dd7e9940 Fix typo: `active` -> `activate` 10 years ago
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 10 years ago
James Cammarata 75bd1fa97b Merge pull request #8757 from sivel/issue/8752
ansible-vault: The correct option is password_file. Fixes #8752
10 years ago
James Cammarata 8bd3c2104f Merge branch 'dataxu-elb-enhancements' into devel 10 years ago
James Cammarata 38eb5453b4 Add boto support checks for new ec2_elb_lb attribute fields
Also minor fixes like adjusting version_added fields, etc.
10 years ago
James Cammarata adb00b9439 Merge branch 'elb-enhancements' of https://github.com/dataxu/ansible into dataxu-elb-enhancements 10 years ago
James Cammarata d1d3394046 Docs updates to add examples for symbolic modes
Also fixes missing doc fragments missing in template and assemble
10 years ago
Matt Martz 206c201d87 The correct option is password_file. Fixes #8752 10 years ago
James Cammarata 811ff49f78 Updating CHANGELOG for new symbolic mode feature and updating file docs 10 years ago
James Cammarata 674c35bc8c Merge branch 'pbitty-file_symbolic_mode' into devel 10 years ago
James Cammarata d99b835c3e Adding integration tests for symbolic modes 10 years ago
James Cammarata c21c66c740 Merge branch 'file_symbolic_mode' of https://github.com/pbitty/ansible into pbitty-file_symbolic_mode 10 years ago
Peter Fry 35745aff22 Add support for volume encryption to ec2_vol
Fixes #7775
10 years ago
James Cammarata 17b7023e64 Merge pull request #8748 from gregdek/devel
Increase number of contributors in README
10 years ago
James Cammarata 8a2c9c5ef3 Merge branch 'issue_7757_upstart_centos' into devel 10 years ago
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
10 years ago
Greg DeKoenigsberg e2209670f7 Increase number of contributors in README 10 years ago
Eri Bastos 82ec224a93 Proposed fix for issue #7757 10 years ago
James Cammarata 500d8f1e71 Merge pull request #8744 from ynk/fix/white-spaces
handling case of space in path (given would start with single quote)
10 years ago
y_nk affdadda25 handling case of space in path (given would start with single quote) 10 years ago
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
10 years ago
James Cammarata bc66235563 Updated pr_duplicate ticket stub 10 years ago
James Cammarata 9d35fb8022 Merge branch 'mattparker-devel' into devel 10 years ago
James Cammarata 0dda8a7996 Tweaking change to documentation language for cron name param 10 years ago
James Cammarata a415993142 Merge branch 'devel' of https://github.com/mattparker/ansible into mattparker-devel 10 years ago
James Cammarata 2d683cbd30 Merge pull request #8740 from mattparker/patch-1
Name appears to be a required parameter for cron module
10 years ago
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
10 years ago
James Cammarata 0aec8244c8 Merge pull request #8738 from bcoca/acl_tilde_expansion
now acl expands tildes
10 years ago
James Cammarata 77ef324ab7 Merge pull request #8729 from ercpe/openrc-hostname
Hostname strategy implementation for OpenRC based systems (e.g. Gentoo)
10 years ago
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.
10 years ago
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.
10 years ago
Chris Church 57dee4545b Make sure cmd is UTF8 encoded before splitting. Fixes regression introduced by 80df2135e9. 10 years ago
Brian Coca f6e10b580e now acl expands tildes 10 years ago
Eric D. White f44125ccb7 Issue 8735 - module docker - expose values should be striped to ensure port forwarding works. 10 years ago
Johann Schmitz 9945a732f7 Hostname strategy implementation for OpenRC based systems (e.g. Gentoo) 10 years ago
George Yoshida b2385870af For content-disposition response header field, try to parse filename parameter even if it's not quoted. 10 years ago