summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-09-16 15:26:10 -0500
committerJames Cammarata <jimi@sngx.net>2014-09-16 15:26:10 -0500
commit2b0b2f42df4860f39abccfcfc9bae35e7fc23aad (patch)
tree6cb689a24457e7fe25d9cbae604763abf55144c1 /CHANGELOG.md
parentfa32bd34d6cbaad75ee344e024ac7c09bcfb7785 (diff)
downloadansible-2b0b2f42df4860f39abccfcfc9bae35e7fc23aad.tar.gz
CHANGELOG update for ec2 filtering and file "following" param
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62850280c8..915993a06a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,8 @@ New Modules:
Some other notable changes:
+* added the ability to set "instance filters" in the ec2.ini to limit results from the inventory plugin.
+* added a new "follow" parameter to the file and copy modules, which allows actions to be taken on the target of a symlink rather than the symlink itself.
* if a module should ever traceback, it will return a standard error, catchable by ignore_errors, versus an 'unreachable'
* ec2_lc: added support for multiple new parameters like kernel_id, ramdisk_id and ebs_optimized.
* ec2_elb_lb: added support for the connection_draining_timeout and cross_az_load_balancing options.