grove – Sends a notification to a grove.io channel
From Get docs
Ansible/docs/2.8/modules/grove module
grove – Sends a notification to a grove.io channel
Synopsis
- The
grovemodule sends a message for a service to a Grove.io channel.
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 boolean |
|
If |
Examples
- grove: >
channel_token=6Ph62VBBJOccmtTPZbubiPzdrhipZXtg
service=my-app
message=deployed {{ target }}
Status
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors
- Jonas Pfenniger (@zimbatm)
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.8/modules/grove_module.html