grove - Sends a notification to a grove.io channel¶
New in version 1.4.
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
channel_token
required |
Token of the channel to post to.
|
|
icon_url |
Icon for the service
|
|
message
required |
Message content
|
|
service |
Default: ansible
|
Name of the service (displayed as the "user" in the message)
|
url |
Service URL for the web client
|
|
validate_certs
bool (added in 1.5.1) |
|
If
no , SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. |
Examples¶
- grove: >
channel_token=6Ph62VBBJOccmtTPZbubiPzdrhipZXtg
service=my-app
message=deployed {{ target }}
Status¶
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Maintenance¶
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Author¶
- Jonas Pfenniger (@zimbatm)
Hint
If you notice any issues in this documentation you can edit this document to improve it.