mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Merge pull request #9808 from swimlappy/sslconfig
Fix: Add support for SSL protocol version configuration option
This commit is contained in:
commit
9ccabbb95e
4 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue