feat: new services and fixes

This commit is contained in:
Clément Désiles
2025-12-20 20:52:24 +01:00
parent d8eb53f096
commit 787c171f65
19 changed files with 301 additions and 22 deletions
+1 -2
View File
@@ -51,11 +51,10 @@
- name: Enable Certbot renewal timer
ansible.builtin.systemd:
name: certbot-renew.timer
name: "{{ certbot_timer }}"
enabled: true
state: started
when: acme_email is defined
ignore_errors: true
- name: Ensure nginx conf.d directory exists
ansible.builtin.file: