Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -1,5 +1,5 @@
- name: "reload sys-rpr-docker-hard.cymais.service"
- name: "reload sys-rpr-docker-hard.infinito.service"
systemd:
name: sys-rpr-docker-hard.cymais.service
name: sys-rpr-docker-hard.infinito.service
enabled: yes
daemon_reload: yes

View File

@@ -2,7 +2,7 @@
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "Automates the restart of Docker Compose instances by detecting docker-compose.yml files and executing a restart script, ensuring consistent service availability."
license: "CyMaIS NonCommercial License (CNCL)"
license: "Infinito.Nexus NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl"
company: |
Kevin Veen-Birkenbach
@@ -22,8 +22,8 @@ galaxy_info:
- update
- systemd
- automation
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-lock

View File

@@ -10,11 +10,11 @@
src: sys-rpr-docker-hard.py
dest: "{{restart_docker_script}}"
- name: configure sys-rpr-docker-hard.cymais.service
- name: configure sys-rpr-docker-hard.infinito.service
template:
src: sys-rpr-docker-hard.service.j2
dest: /etc/systemd/system/sys-rpr-docker-hard.cymais.service
notify: "reload sys-rpr-docker-hard.cymais.service"
dest: /etc/systemd/system/sys-rpr-docker-hard.infinito.service
notify: "reload sys-rpr-docker-hard.infinito.service"
- name: "set 'service_name' to '{{ role_name }}'"
set_fact:

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Restart Docker Instances
OnFailure=sys-alm-compose.cymais@%n.service
OnFailure=sys-alm-compose.infinito@%n.service
[Service]
Type=oneshot