mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 11:17:17 +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,5 +1,5 @@
|
||||
- name: "reload sys-rpr-docker-hard.infinito.service"
|
||||
- name: "reload sys-rpr-docker-hard service"
|
||||
systemd:
|
||||
name: sys-rpr-docker-hard.infinito.service
|
||||
name: sys-rpr-docker-hard{{ SYS_SERVICE_SUFFIX }}
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Automates the restart of Docker Compose instances by detecting docker-compose.yml files and executing a restart script, ensuring consistent service availability."
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License"
|
||||
license_url: "https://s.infinito.nexus/license"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
|
@@ -14,11 +14,11 @@
|
||||
src: sys-rpr-docker-hard.py
|
||||
dest: "{{restart_docker_script}}"
|
||||
|
||||
- name: configure sys-rpr-docker-hard.infinito.service
|
||||
- name: configure sys-rpr-docker-hard{{ SYS_SERVICE_SUFFIX }}
|
||||
template:
|
||||
src: sys-rpr-docker-hard.service.j2
|
||||
dest: /etc/systemd/system/sys-rpr-docker-hard.infinito.service
|
||||
notify: "reload sys-rpr-docker-hard.infinito.service"
|
||||
dest: /etc/systemd/system/sys-rpr-docker-hard{{ SYS_SERVICE_SUFFIX }}
|
||||
notify: "reload sys-rpr-docker-hard service"
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
set_fact:
|
||||
|
Reference in New Issue
Block a user