community.general.telegram – module for sending notifications via telegram¶
Note
This plugin is part of the community.general collection (version 1.3.6).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.telegram
.
Parameters¶
Examples¶
- name: Send a message to chat in playbook
community.general.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:
Authors¶
Artem Feofanov (@tyouxa)