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 sys-hlth-disc-space.cymais.service"
|
||||
- name: "reload sys-hlth-disc-space.infinito.service"
|
||||
systemd:
|
||||
name: sys-hlth-disc-space.cymais.service
|
||||
name: sys-hlth-disc-space.infinito.service
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
@@ -6,7 +6,7 @@ galaxy_info:
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
@@ -18,7 +18,7 @@ galaxy_info:
|
||||
- space
|
||||
- health
|
||||
- systemd
|
||||
repository: "https://s.veen.world/cymais"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
|
||||
documentation: "https://docs.infinito.nexus"
|
||||
dependencies:
|
||||
- sys-alm-compose
|
||||
|
@@ -9,11 +9,11 @@
|
||||
src: sys-hlth-disc-space.sh
|
||||
dest: "{{health_disc_space_folder}}sys-hlth-disc-space.sh"
|
||||
|
||||
- name: create sys-hlth-disc-space.cymais.service
|
||||
- name: create sys-hlth-disc-space.infinito.service
|
||||
template:
|
||||
src: sys-hlth-disc-space.service.j2
|
||||
dest: /etc/systemd/system/sys-hlth-disc-space.cymais.service
|
||||
notify: reload sys-hlth-disc-space.cymais.service
|
||||
dest: /etc/systemd/system/sys-hlth-disc-space.infinito.service
|
||||
notify: reload sys-hlth-disc-space.infinito.service
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
set_fact:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=checking disc space
|
||||
OnFailure=sys-alm-compose.cymais@%n.service
|
||||
OnFailure=sys-alm-compose.infinito@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user