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,4 +1,4 @@
|
||||
- name: "restart sys-alm-email service"
|
||||
systemd:
|
||||
name: sys-alm-email.cymais.service
|
||||
name: sys-alm-email.infinito.service
|
||||
daemon_reload: yes
|
||||
|
@@ -2,7 +2,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Installs and configures components for sending email notifications. This role is part of the sys-alm-compose suite, providing automated alerts when services fail."
|
||||
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:
|
||||
- notifications
|
||||
- automation
|
||||
- msmtp
|
||||
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-svc-msmtp
|
||||
- sys-rst-daemon
|
||||
|
@@ -11,10 +11,10 @@
|
||||
dest: "{{systemd_notifier_email_folder}}sys-alm-email.sh"
|
||||
when: run_once_systemd_notifier_email is not defined
|
||||
|
||||
- name: configure sys-alm-email.cymais.service
|
||||
- name: configure sys-alm-email.infinito.service
|
||||
template:
|
||||
src: sys-alm-email@.service.j2
|
||||
dest: /etc/systemd/system/sys-alm-email.cymais@.service
|
||||
dest: /etc/systemd/system/sys-alm-email.infinito@.service
|
||||
notify: restart sys-alm-email service
|
||||
when: run_once_systemd_notifier_email is not defined
|
||||
|
||||
|
Reference in New Issue
Block a user