telegram – module for sending notifications via telegram¶
Parameters¶
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]
Authors¶
- Artem Feofanov (@tyouxa)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.