mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-17 19:41:43 -07:00
irc module: add validate_certs, rename use_ssl to use_tls (keeping use_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.
This commit is contained in:
parent
09b9ea466f
commit
f87777b9f5
2 changed files with 47 additions and 12 deletions
5
changelogs/fragments/7550-irc-use_tls-validate_certs.yml
Normal file
5
changelogs/fragments/7550-irc-use_tls-validate_certs.yml
Normal file
|
@ -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)."
|
Loading…
Add table
Add a link
Reference in a new issue