mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +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,6 +1,6 @@
|
||||
- name: "reload certbot service"
|
||||
systemd:
|
||||
name: srv-web-6-6-tls-renew.infinito.service
|
||||
name: srv-web-6-6-tls-renew{{ SYS_SERVICE_SUFFIX }}
|
||||
state: reloaded
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
@@ -2,7 +2,7 @@ galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: |
|
||||
Automates Let's Encrypt SSL/TLS certificate renewals for Nginx using Certbot and systemd services with automatic reloads after successful renewals.
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License"
|
||||
license_url: "https://s.infinito.nexus/license"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
|
@@ -12,10 +12,10 @@
|
||||
- certbot-nginx
|
||||
state: present
|
||||
|
||||
- name: configure srv-web-6-6-tls-renew.infinito.service
|
||||
- name: configure srv-web-6-6-tls-renew service
|
||||
template:
|
||||
src: srv-web-6-6-tls-renew.service.j2
|
||||
dest: /etc/systemd/system/srv-web-6-6-tls-renew.infinito.service
|
||||
dest: /etc/systemd/system/srv-web-6-6-tls-renew{{ SYS_SERVICE_SUFFIX }}
|
||||
notify: reload certbot service
|
||||
|
||||
- name: "set 'service_name' to '{{ role_name }}'"
|
||||
|
Reference in New Issue
Block a user