mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 02:41:39 +02:00
Optimized randomized_delay_sec, persistend & on_calendar for systemd-timer
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
pacman:
|
||||
name: [certbot,certbot-nginx]
|
||||
state: present
|
||||
notify: restart certbot service
|
||||
|
||||
- name: configure certbot.service.tpl
|
||||
template: src=certbot.service dest=/etc/systemd/system/certbot.service
|
||||
notify: restart certbot service
|
||||
template:
|
||||
src: certbot.service.j2
|
||||
dest: /etc/systemd/system/certbot.service
|
||||
notify: reload certbot service
|
||||
|
||||
- name: configure certbot.timer.tpl
|
||||
template: src=certbot.timer dest=/etc/systemd/system/certbot.timer
|
||||
template:
|
||||
src: certbot.timer.j2
|
||||
dest: /etc/systemd/system/certbot.timer
|
||||
notify: restart certbot timer
|
||||
|
Reference in New Issue
Block a user