mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 19:27:18 +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:
@@ -11,11 +11,11 @@
|
||||
vars:
|
||||
package_name: certreap
|
||||
|
||||
- name: configure sys-cln-certs.infinito.service
|
||||
- name: configure sys-cln-certs{{ SYS_SERVICE_SUFFIX }}
|
||||
template:
|
||||
src: sys-cln-certs.service.j2
|
||||
dest: /etc/systemd/system/sys-cln-certs.infinito.service
|
||||
notify: Reload and restart sys-cln-certs.infinito.service
|
||||
dest: /etc/systemd/system/sys-cln-certs{{ SYS_SERVICE_SUFFIX }}
|
||||
notify: Reload and restart sys-cln-certs service
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
set_fact:
|
||||
|
Reference in New Issue
Block a user