typetalk – Send a message to typetalk

From Get docs
Ansible/docs/2.7/modules/typetalk module


typetalk – Send a message to typetalk

New in version 1.6.


Synopsis

Requirements

The below requirements are needed on the host that executes this module.

  • json

Parameters

Parameter Choices/Defaults Comments

client_id

- / required

OAuth2 client ID

client_secret

- / required

OAuth2 client secret

msg

- / required

message body

topic

- / required

topic id to post message



Examples

- typetalk:
    client_id: 12345
    client_secret: 12345
    topic: 1
    msg: install completed

Status

Authors

  • Takashi Someda (@tksmd)

Hint

If you notice any issues in this documentation you can edit this document to improve it.


© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.7/modules/typetalk_module.html