mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-01 08:08:59 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- name: "reload sys-rpr-btrfs-blnc.cymais.service"
|
||||
- name: "reload sys-rpr-btrfs-blnc.infinito.service"
|
||||
systemd:
|
||||
name: sys-rpr-btrfs-blnc.cymais.service
|
||||
name: sys-rpr-btrfs-blnc.infinito.service
|
||||
daemon_reload: yes
|
@@ -2,7 +2,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Automates the balancing of Btrfs file systems by cloning the auto-btrfs-balancer repository and configuring a systemd service and timer for regular execution."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
@@ -18,8 +18,8 @@ galaxy_info:
|
||||
- balancing
|
||||
- filesystem
|
||||
- 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
|
||||
|
@@ -5,11 +5,11 @@
|
||||
package_name: btrfs-auto-balancer
|
||||
when: run_once_system_btrfs_auto_balancer is not defined
|
||||
|
||||
- name: configure sys-rpr-btrfs-blnc.cymais.service
|
||||
- name: configure sys-rpr-btrfs-blnc.infinito.service
|
||||
template:
|
||||
src: sys-rpr-btrfs-blnc.service.j2
|
||||
dest: /etc/systemd/system/sys-rpr-btrfs-blnc.cymais.service
|
||||
notify: reload sys-rpr-btrfs-blnc.cymais.service
|
||||
dest: /etc/systemd/system/sys-rpr-btrfs-blnc.infinito.service
|
||||
notify: reload sys-rpr-btrfs-blnc.infinito.service
|
||||
when: run_once_system_btrfs_auto_balancer is not defined
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=auto balance btrfs
|
||||
OnFailure=sys-alm-compose.cymais@%n.service
|
||||
OnFailure=sys-alm-compose.infinito@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user