mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 18:57:12 +02: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,4 +1,4 @@
|
||||
- name: "reload sys-rpr-btrfs-blnc.infinito.service"
|
||||
- name: "reload sys-rpr-btrfs-blnc service"
|
||||
systemd:
|
||||
name: sys-rpr-btrfs-blnc.infinito.service
|
||||
name: sys-rpr-btrfs-blnc{{ SYS_SERVICE_SUFFIX }}
|
||||
daemon_reload: yes
|
@@ -1,7 +1,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: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License"
|
||||
license_url: "https://s.infinito.nexus/license"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
|
@@ -9,11 +9,11 @@
|
||||
vars:
|
||||
package_name: btrfs-auto-balancer
|
||||
|
||||
- name: configure sys-rpr-btrfs-blnc.infinito.service
|
||||
- name: configure sys-rpr-btrfs-blnc{{ SYS_SERVICE_SUFFIX }}
|
||||
template:
|
||||
src: sys-rpr-btrfs-blnc.service.j2
|
||||
dest: /etc/systemd/system/sys-rpr-btrfs-blnc.infinito.service
|
||||
notify: reload sys-rpr-btrfs-blnc.infinito.service
|
||||
dest: /etc/systemd/system/sys-rpr-btrfs-blnc{{ SYS_SERVICE_SUFFIX }}
|
||||
notify: reload sys-rpr-btrfs-blnc service
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
set_fact:
|
||||
|
Reference in New Issue
Block a user