mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-01 08:08:59 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: "restart sys-alm-compose service"
|
||||
systemd:
|
||||
name: sys-alm-compose.cymais.service
|
||||
name: sys-alm-compose.infinito.service
|
||||
daemon_reload: yes
|
||||
when: run_once_systemd_notifier_service is not defined
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Installs a unified systemd notification service that sends alerts via both Telegram and Email when a service fails."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
@@ -19,9 +19,9 @@ galaxy_info:
|
||||
- telegram
|
||||
- email
|
||||
- notifications
|
||||
repository: "https://s.veen.world/cymais"
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
|
||||
documentation: "https://docs.infinito.nexus"
|
||||
dependencies:
|
||||
- sys-alm-telegram
|
||||
- sys-alm-email
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
- name: configure sys-alm-compose.cymais@.service
|
||||
- name: configure sys-alm-compose.infinito@.service
|
||||
template:
|
||||
src: sys-alm-compose@.service.j2
|
||||
dest: "/etc/systemd/system/sys-alm-compose.cymais@.service"
|
||||
dest: "/etc/systemd/system/sys-alm-compose.infinito@.service"
|
||||
notify: "restart sys-alm-compose service"
|
||||
when: run_once_systemd_notifier_service is not defined
|
||||
|
||||
|
@@ -3,6 +3,6 @@ Description=Notifier for %i
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/systemctl start sys-alm-telegram.cymais@%i.service sys-alm-email.cymais@%i.service
|
||||
ExecStart=/usr/bin/systemctl start sys-alm-telegram.infinito@%i.service sys-alm-email.infinito@%i.service
|
||||
User=root
|
||||
Group=systemd-journal
|
||||
|
Reference in New Issue
Block a user