first commit

This commit is contained in:
sujiba 2024-09-17 00:45:38 +02:00
commit cfe7db8716
8 changed files with 370 additions and 0 deletions

11
handlers/main.yml Normal file
View file

@ -0,0 +1,11 @@
---
# handlers file for acme.sh
- name: Reload systemd daemon
ansible.builtin.systemd:
daemon_reload: true
- name: Restart acme_sh systemd timer
ansible.builtin.systemd:
name: acme_sh.timer
scope: system
state: restarted