We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b1fb0 commit 20d5ef3Copy full SHA for 20d5ef3
ansible/inventory
@@ -1,9 +1,11 @@
1
-[openbsd_70]
+[openbsd_73]
2
192.168.20.254
3
+gateway.wordspeak.org
4
45.77.238.164
5
6
[firewalls]
7
8
9
10
[wordspeak]
11
ansible/roles/nginx_wordspeak.org/tasks/main.yml
@@ -82,6 +82,12 @@
82
path: /etc/acme-client.conf
83
line: 'include "/etc/acme-client.wordspeak-org.conf"'
84
85
+- name: Schedule acme-client run via cron
86
+ cron:
87
+ name: Attempt to renew and apply new LE cert
88
+ special_time: weekly
89
+ job: acme-client -v wordspeak.org && rcctl restart nginx
90
+
91
- name: copy wordspeak.org nginx config
92
template:
93
src: wordspeak-org.conf.j2
0 commit comments