mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: "reload svc-opt-ssd-hdd.cymais.service"
|
||||
- name: "reload svc-opt-ssd-hdd.infinito.service"
|
||||
systemd:
|
||||
name: svc-opt-ssd-hdd.cymais.service
|
||||
name: svc-opt-ssd-hdd.infinito.service
|
||||
state: reloaded
|
||||
daemon_reload: yes
|
||||
|
@@ -2,7 +2,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Optimizes storage allocation for Docker volumes by migrating volumes between SSD and HDD based on container image types, and creates symbolic links to maintain consistent paths."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
@@ -18,7 +18,7 @@ galaxy_info:
|
||||
- docker
|
||||
- optimization
|
||||
- performance
|
||||
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: []
|
@@ -4,11 +4,11 @@
|
||||
state: directory
|
||||
mode: 0755
|
||||
|
||||
- name: create svc-opt-ssd-hdd.cymais.service
|
||||
- name: create svc-opt-ssd-hdd.infinito.service
|
||||
template:
|
||||
src: svc-opt-ssd-hdd.service.j2
|
||||
dest: /etc/systemd/system/svc-opt-ssd-hdd.cymais.service
|
||||
notify: reload svc-opt-ssd-hdd.cymais.service
|
||||
dest: /etc/systemd/system/svc-opt-ssd-hdd.infinito.service
|
||||
notify: reload svc-opt-ssd-hdd.infinito.service
|
||||
|
||||
- name: create svc-opt-ssd-hdd.py
|
||||
copy:
|
||||
@@ -18,5 +18,5 @@
|
||||
|
||||
- name: "optimize storage performance"
|
||||
systemd:
|
||||
name: svc-opt-ssd-hdd.cymais.service
|
||||
name: svc-opt-ssd-hdd.infinito.service
|
||||
state: started
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Optimize storage paths
|
||||
OnFailure=sys-alm-compose.cymais@%n.service
|
||||
OnFailure=sys-alm-compose.infinito@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user