summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-01-19 08:36:17 -0500
committerBrian Coca <bcoca@ansible.com>2015-01-19 08:36:17 -0500
commit78e1a7ed9361fe2d105bd3aa99470fcd35064281 (patch)
tree147ed0291a061cdfcc5cb83bc45e34748740300a /examples
parent566a8d1b9dd3827e4a573940ca74df21d2cb2095 (diff)
downloadansible-78e1a7ed9361fe2d105bd3aa99470fcd35064281.tar.gz
Revert "Fix: Add support for SSL protocol version configuration option"revert-9808-sslconfig
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 1426047345..150c726235 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -212,12 +212,3 @@ accelerate_daemon_timeout = 30
# is "no".
#accelerate_multi_key = yes
-[ssl]
-# SSL/TLS Protocol
-# Configure the default protocol strength of any SSL/TLS connections
-# made by Ansible. Valid values are
-# SSLv2 - 0
-# SSLv3 - 1
-# SSLv23 - 2
-# TLSv1 - 3
-ssl_protocol = 3