ansible.builtin.typetalk (v2.9.27) — module

Send a message to typetalk

| "added in version" 1.6 of ansible.builtin"

Authors: Takashi Someda (@tksmd)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Send a message to typetalk using typetalk API


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- typetalk:
    client_id: 12345
    client_secret: 12345
    topic: 1
    msg: install completed

Inputs

    
msg:
    description:
    - message body
    required: true

topic:
    description:
    - topic id to post message
    required: true

client_id:
    description:
    - OAuth2 client ID
    required: true

client_secret:
    description:
    - OAuth2 client secret
    required: true