1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00
community.general/plugins
Wade Simmons 1ed0f329bc
slack: support slack-gov.com (#10270)
* slack: support slack-gov.com

Allow the slack module to work with GovSlack, hosted at https://slack-gov.com/

This re-uses the existing `domain` option so that users can set it to
`slack-gov.com` to use GovSlack. To maintain backwards compatibility,
any setting of `domain` for WebAPI tokens that is not `slack.com` or
`slack-gov.com` is ignored.

* fixup

* cleanup

* fix pep8

* clean up docs and better function name

* document default value

* try to fix yaml, not sure what is wrong

* Update plugins/modules/slack.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/slack.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/slack.py

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-06-25 08:08:12 +02:00
..
action action/become/cache/callback: adjust import __future__ for Python3 (#9583) 2025-01-20 19:36:21 +01:00
become fix YAML docs in multiple plugins (#10286) 2025-06-24 06:23:46 +02:00
cache pickle cache plugin, avoid extra steps in DT (#10136) 2025-05-16 06:59:47 +02:00
callback fix YAML docs in multiple plugins (#10286) 2025-06-24 06:23:46 +02:00
connection fix YAML docs in multiple plugins (#10286) 2025-06-24 06:23:46 +02:00
doc_fragments Adjust YAML in plugin docs (#10234) 2025-06-16 17:46:01 +02:00
filter fix YAML docs in multiple plugins (#10286) 2025-06-24 06:23:46 +02:00
inventory fix YAML docs in multiple plugins (#10286) 2025-06-24 06:23:46 +02:00
lookup Adjust YAML in plugin docs (#10234) 2025-06-16 17:46:01 +02:00
module_utils keycloak: add support for client_credentials authentication (#10231) 2025-06-18 07:40:46 +02:00
modules slack: support slack-gov.com (#10270) 2025-06-25 08:08:12 +02:00
plugin_utils Make ready for data tagging (#9833) 2025-04-14 19:04:26 +02:00
test Adjust YAML in plugin docs (#10234) 2025-06-16 17:46:01 +02:00