summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-12-25 12:24:19 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2015-12-25 12:24:19 -0800
commitb4fae25a96a8d61ac40a4be0ffd11a306ce14077 (patch)
treef179964c640d88720ab9a77a6102abe5a723f217
parent61427369465868b3b3cf6ea67f0cc5014aaa4929 (diff)
downloadansible-b4fae25a96a8d61ac40a4be0ffd11a306ce14077.tar.gz
CHANGELOG entry for bigip* validate_certs change
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fd5e3d90c..b3b8a5e8c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -102,6 +102,13 @@ allowed in future versions:
with_items: my_dirs
```
+* The bigip\* networking modules have a new parameter, validate_certs. When
+ True (the default) the module will validate any hosts it connects to against
+ the TLS certificates it presents when run on new enough python versions. If
+ the python version is too old to validate certificates or you used certificates
+ that cannot be validated against available CAs you will need to add
+ validate_certs=no to your playbook for those tasks.
+
###Plugins
* Rewritten dnf module that should be faster and less prone to encountering bugs in cornercases