-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
irc module: add validate_certs, rename use_ssl to use_tls (keeping us…
…e_ssl as an alias) (#7550) * Rename use_ssl to use_tls, keep use_ssl as an alias. * Add validate_certs option. * Add changelog fragment and recommend setting TLS related settings to true. * Fix formatting. * Update documentation to use use_tls=true and validate_certs=true. (cherry picked from commit f87777b)
- Loading branch information
1 parent
a60cba2
commit 530925d
Showing
2 changed files
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
minor_changes: | ||
- "irc - add ``validate_certs`` option, and rename ``use_ssl`` to ``use_tls``, while keeping ``use_ssl`` as an alias. | ||
The default value for ``validate_certs`` is ``false`` for backwards compatibility. We recommend to every user of | ||
this module to explicitly set ``use_tls=true`` and `validate_certs=true`` whenever possible, especially when | ||
communicating to IRC servers over the internet (https://github.com/ansible-collections/community.general/pull/7550)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters