mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 11:17:17 +02:00
Shortened webserver to srv-web-
This commit is contained in:
7
roles/srv-web-proxy-tls-deploy/handlers/main.yml
Normal file
7
roles/srv-web-proxy-tls-deploy/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "restart srv-web-proxy-tls-deploy.cymais.service"
|
||||
systemd:
|
||||
name: srv-web-proxy-tls-deploy.{{application_id}}.cymais.service
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Reference in New Issue
Block a user