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:
2025-08-14 14:39:18 +02:00
parent 1b638c366e
commit 0228014d34
377 changed files with 549 additions and 508 deletions

View File

@@ -4,11 +4,11 @@
state: directory
mode: "0755"
- name: create svc-opt-ssd-hdd.infinito.service
- name: create svc-opt-ssd-hdd{{ SYS_SERVICE_SUFFIX }}
template:
src: svc-opt-ssd-hdd.service.j2
dest: /etc/systemd/system/svc-opt-ssd-hdd.infinito.service
notify: reload svc-opt-ssd-hdd.infinito.service
dest: /etc/systemd/system/svc-opt-ssd-hdd{{ SYS_SERVICE_SUFFIX }}
notify: reload svc-opt-ssd-hdd service
- name: create svc-opt-ssd-hdd.py
copy:
@@ -18,5 +18,5 @@
- name: "optimize storage performance"
systemd:
name: svc-opt-ssd-hdd.infinito.service
name: svc-opt-ssd-hdd{{ SYS_SERVICE_SUFFIX }}
state: started