update
This commit is contained in:
parent
c6be995861
commit
bed28bc339
1 changed files with 9 additions and 3 deletions
|
@ -16,6 +16,12 @@
|
||||||
autoremove: yes
|
autoremove: yes
|
||||||
autoclean: yes
|
autoclean: yes
|
||||||
|
|
||||||
- name: tg-alert
|
- name: Send notify to Telegram
|
||||||
ansible.builtin.url:
|
community.general.telegram:
|
||||||
utl: https://api.telegram.org/bot$BotID/sendMessage?chat_id=$ChatID&text=$ChatText
|
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM'
|
||||||
|
api_args:
|
||||||
|
chat_id: 222227130
|
||||||
|
parse_mode: "markdown"
|
||||||
|
text: "Your precious application has been deployed:"
|
||||||
|
disable_web_page_preview: true
|
||||||
|
disable_notification: true
|
Loading…
Reference in a new issue