grove - Sends a notification to a grove.io channel

Author:Jonas Pfenniger <zimbatm@zimbatm.com>

Synopsis

New in version 1.4.

The grove module sends a message for a service to a Grove.io channel.

Options

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 no yes
            • yes
            • no
            If no, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. (added in Ansible 1.5.1)

            Examples


            - grove: >
                channel_token=6Ph62VBBJOccmtTPZbubiPzdrhipZXtg
                service=my-app
                message=deployed {{ target }}

            Table Of Contents

            Previous topic

            flowdock - Send a message to a flowdock

            Next topic

            hipchat - Send a message to hipchat