mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 09:21:42 +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 sys-cln-faild-bkps.cymais.service"
|
||||
- name: "Reload sys-cln-faild-bkps.infinito.service"
|
||||
systemd:
|
||||
name: sys-cln-faild-bkps.cymais.service
|
||||
name: sys-cln-faild-bkps.infinito.service
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
@@ -2,7 +2,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Cleans up failed Docker backups by configuring a systemd service and timer to execute the cleanup operations periodically."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
@@ -18,9 +18,9 @@ galaxy_info:
|
||||
- backup
|
||||
- cleanup
|
||||
- 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-alm-compose
|
||||
- sys-lock
|
||||
|
@@ -17,11 +17,11 @@
|
||||
changed_when: false
|
||||
when: run_once_cln_failed_docker_backups is not defined
|
||||
|
||||
- name: configure sys-cln-faild-bkps.cymais.service
|
||||
- name: configure sys-cln-faild-bkps.infinito.service
|
||||
template:
|
||||
src: sys-cln-faild-bkps.service.j2
|
||||
dest: /etc/systemd/system/sys-cln-faild-bkps.cymais.service
|
||||
notify: Reload sys-cln-faild-bkps.cymais.service
|
||||
dest: /etc/systemd/system/sys-cln-faild-bkps.infinito.service
|
||||
notify: Reload sys-cln-faild-bkps.infinito.service
|
||||
when: run_once_cln_failed_docker_backups is not defined
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Cleaning up failed docker volume backups
|
||||
OnFailure=sys-alm-compose.cymais@%n.service
|
||||
OnFailure=sys-alm-compose.infinito@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user