summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@2ndQuadrant.com>2015-10-02 21:52:12 +0530
committerAbhijit Menon-Sen <ams@2ndQuadrant.com>2015-10-02 21:52:12 +0530
commitba98c70bea7be68385c37e625a9edbc80edecde2 (patch)
treea435408f7a7e7c3f5a8f79b6b9659b0400ec5c12 /CHANGELOG.md
parentb127221f503b43af4af5cf5e7eb8b9ec80ecf173 (diff)
downloadansible-ba98c70bea7be68385c37e625a9edbc80edecde2.tar.gz
Mention new ssh argument variable in the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 267ca2a0cc..a65765d071 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,12 @@ Major Changes:
They will retain the value of `None`. To go back to the old behaviour, you can override
the `null_representation` setting to an empty string in your config file or by setting the
`ANSIBLE_NULL_REPRESENTATION` environment variable.
-* Use "pattern1,pattern2" to combine host matching patterns. The use of
+* The `ansible_ssh_common_args` inventory variable now provides a
+ convenient way to configure a per-group or per-host ssh ProxyCommand
+ or set any other ssh options. Also, `ansible_ssh_extra_args` can be
+ used to set options that are accepted only by ssh (not sftp or scp,
+ which have their own analogous settings).
+* Use `pattern1,pattern2` to combine host matching patterns. The use of
':' as a separator is deprecated (accepted with a warning) because it
conflicts with IPv6 addresses. The undocumented use of ';' as a
separator is no longer supported.