mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add support for SSL protocol version configuration option. Also fix 2 places where the SSL version was not being set properly.
This commit is contained in:
@@ -212,3 +212,12 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user