mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 03:37:37 +02:00
Shorted generic- to gen-
This commit is contained in:
@@ -29,7 +29,7 @@ This Ansible role simplifies the deployment of **Let's Encrypt certificates** in
|
||||
3. **Configure `systemd` Service**
|
||||
- Deploys a `systemd` service file for the deployment process.
|
||||
|
||||
4. **Include `generic-timer` Role**
|
||||
4. **Include `gen-timer` Role**
|
||||
- Schedules automatic certificate deployment using a `systemd` timer.
|
||||
|
||||
### **2️⃣ Handlers**
|
||||
|
@@ -23,9 +23,9 @@
|
||||
dest: "/etc/systemd/system/webserver-proxy-tls-deploy.{{application_id}}.cymais.service"
|
||||
notify: restart webserver-proxy-tls-deploy.cymais.service
|
||||
|
||||
- name: "include role for generic-timer for {{service_name}}"
|
||||
- name: "include role for gen-timer for {{service_name}}"
|
||||
include_role:
|
||||
name: generic-timer
|
||||
name: gen-timer
|
||||
vars:
|
||||
on_calendar: "{{on_calendar_deploy_certificates}}"
|
||||
service_name: "webserver-proxy-tls-deploy.{{application_id}}"
|
||||
|
Reference in New Issue
Block a user