mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	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:
		| @@ -1,5 +1,5 @@ | ||||
| - name: "reload svc-opt-ssd-hdd.infinito.service" | ||||
| - name: "reload svc-opt-ssd-hdd service" | ||||
|   systemd: | ||||
|     name: svc-opt-ssd-hdd.infinito.service | ||||
|     name: svc-opt-ssd-hdd{{ SYS_SERVICE_SUFFIX }} | ||||
|     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: "Infinito.Nexus NonCommercial License (CNCL)" | ||||
|   license: "Infinito.Nexus NonCommercial License" | ||||
|   license_url: "https://s.infinito.nexus/license" | ||||
|   company: | | ||||
|     Kevin Veen-Birkenbach | ||||
|   | ||||
| @@ -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 | ||||
		Reference in New Issue
	
	Block a user