mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +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,7 +1,7 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Updates Docker Compose instances by detecting changes in Docker image digests and rebuilding containers when necessary. This role automates Docker image pulls and container rebuilds."
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License"
|
||||
license_url: "https://s.infinito.nexus/license"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
|
@@ -3,9 +3,9 @@
|
||||
name: sys-lock
|
||||
when: run_once_sys_lock is not defined
|
||||
|
||||
- name: "start sys-bkp-docker-2-loc-everything.infinito.service"
|
||||
- name: "start sys-bkp-docker-2-loc-everything{{ SYS_SERVICE_SUFFIX }}"
|
||||
systemd:
|
||||
name: sys-bkp-docker-2-loc-everything.infinito.service
|
||||
name: sys-bkp-docker-2-loc-everything{{ SYS_SERVICE_SUFFIX }}
|
||||
state: started
|
||||
when:
|
||||
- MODE_BACKUP | bool
|
||||
@@ -15,14 +15,14 @@
|
||||
src: update-docker.py.j2
|
||||
dest: "{{update_docker_script}}"
|
||||
|
||||
- name: configure update-docker.infinito.service
|
||||
- name: configure update-docker{{ SYS_SERVICE_SUFFIX }}
|
||||
template:
|
||||
src: update-docker.service.j2
|
||||
dest: /etc/systemd/system/update-docker.infinito.service
|
||||
dest: /etc/systemd/system/update-docker{{ SYS_SERVICE_SUFFIX }}
|
||||
|
||||
- name: "restart update-docker.infinito.service"
|
||||
- name: "restart update-docker{{ SYS_SERVICE_SUFFIX }}"
|
||||
systemd:
|
||||
name: update-docker.infinito.service
|
||||
name: update-docker{{ SYS_SERVICE_SUFFIX }}
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
Reference in New Issue
Block a user