computer-playbook/roles/systemd_notifier_telegram
2023-05-28 22:17:33 +02:00
..
handlers Implemented telegram notifications 2023-05-28 22:17:33 +02:00
tasks Implemented telegram notifications 2023-05-28 22:17:33 +02:00
templates Implemented telegram notifications 2023-05-28 22:17:33 +02:00
vars Implemented telegram notifications 2023-05-28 22:17:33 +02:00
README.md Implemented telegram notifications 2023-05-28 22:17:33 +02:00

Description

This Ansible role installs the necessary components for sending Telegram notifications through systemd when any service fails. It configures the systemd_notifier_telegram service and handles the setup of Telegram bot parameters and notification templates.

Features include:

  • Installation and configuration of a Telegram notifier service.
  • Customizable templates for Telegram messages sent on service failure.

This role is part of the systemd_notifier suite, which provides a comprehensive solution for service failure notifications in a systemd environment.

Requirements

This role has the following requirements:

  • Access to a Telegram bot token for sending messages.
  • Availability of the curl package on the target system.

Role Variables

The following variables can be customized in the role's vars/main.yml file:

  • systemd_notifier_telegram_folder: The path to the folder where Telegram-related scripts and configurations will be stored.
  • systemd_notifier_telegram_script: The full path to the systemd-telegram.sh script.

This role was created as part of a conversation with OpenAI's ChatGPT and can be found here.

Usage

To use this role, include it as a dependency in your playbook or role that requires Telegram notifications. Ensure that the systemd_notifier_telegram role is correctly referenced and configured.

License

This Ansible role is licensed under the AGPL v3 License. See the LICENSE file for the full license text.

Contact Information

For any questions or feedback, please contact the author:

Author: Kevin Veen-Birkenbach Email: kevin@veen.world