diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-17 10:00:59 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-17 10:00:59 +0200 |
| commit | d2d64fed66dfd6b4682bea118323315879bc30a5 (patch) | |
| tree | 26371ff4bcad57ed515ed76005d80c3379a0c3d9 /playbook.yml | |
| parent | db38812d2daa7e19e74ae1b4ee9131eba06998bb (diff) | |
Use DNS-01 challenge with certbot
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml index 23d3b3b..ef51dcb 100644 --- a/playbook.yml +++ b/playbook.yml @@ -32,6 +32,7 @@ - { num: 11, name: spliit } - { num: 13, name: ente } - { num: 14, name: freshrss } + - { num: 15, name: paste } ingress_routes: - { host: jan.systems, jail: homepage } - { host: jantuomi.fi, redirect: jan.systems } @@ -41,6 +42,14 @@ - { host: freshrss.jan.systems, jail: freshrss } - { host: irc.jan.systems, jail: irc_thelounge } - { host: goaccess.jan.systems, static: /var/www/goaccess } + - { host: paste.jan.systems, jail: paste } + cert_domains: + - "jan.systems" + - "*.jan.systems" + - "jantuomi.fi" + - "*.jantuomi.fi" + cert_name: "{{ cert_domains[0] }}" + contact_email: jan@jantuomi.fi tasks: - name: Run general tasks |
