New in version 1.4.
grove
module sends a message for a service to a Grove.io channel.parameter | required | default | choices | comments |
---|---|---|---|---|
channel_token | yes | Token of the channel to post to. | ||
icon_url | no | Icon for the service | ||
message | yes | Message content | ||
service | no | ansible | Name of the service (displayed as the "user" in the message) | |
url | no | Service URL for the web client | ||
validate_certs (added in 1.5.1)
| no | yes |
| If no , SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. |
- grove: > channel_token=6Ph62VBBJOccmtTPZbubiPzdrhipZXtg service=my-app message=deployed {{ target }}
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/grove_module.html