summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ansible.cfg')
-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