mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +02:00
Replaced .infinito.service and .infinito.timer by SOFTWARE_NAME suffix, optimized LICENSE link and update OIDC Realm and ID conf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- name: "restart sys-alm-telegram service"
|
||||
systemd:
|
||||
name: sys-alm-telegram.infinito.service
|
||||
name: sys-alm-telegram{{ SYS_SERVICE_SUFFIX }}
|
||||
daemon_reload: yes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Installs and configures components for sending Telegram notifications through systemd. This role is part of the sys-alm-compose suite, providing automated alerts when services fail."
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License"
|
||||
license_url: "https://s.infinito.nexus/license"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
|
@@ -30,7 +30,7 @@
|
||||
src: sys-alm-telegram.sh.j2
|
||||
dest: "{{ systemd_telegram_script }}"
|
||||
|
||||
- name: configure sys-alm-telegram.infinito.service
|
||||
- name: configure sys-alm-telegram{{ SYS_SERVICE_SUFFIX }}
|
||||
template:
|
||||
src: sys-alm-telegram@.service.j2
|
||||
dest: "/etc/systemd/system/sys-alm-telegram.infinito@.service"
|
||||
|
Reference in New Issue
Block a user