telegram – module for sending notifications via telegram¶
Synopsis¶
Send notifications via telegram bot, to a verified group or user
Parameters¶
Notes¶
Note
You will require a telegram account and create telegram bot to use this module.
Examples¶
- name: send a message to chat in playbook
telegram:
token: '9999999:XXXXXXXXXXXXXXXXXXXXXXX'
chat_id: 000000
msg: Ansible task finished
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]