11 lines
310 B
YAML
11 lines
310 B
YAML
---
|
|
- name: Setup lets encrypt certificates
|
|
shell: "dokku letsencrypt {{ app }}"
|
|
args:
|
|
creates: "/home/dokku/{{ app }}/letsencrypt/certs"
|
|
|
|
- name: Setup lets encrypt certificates renew cron job
|
|
shell: dokku letsencrypt:cron-job --add
|
|
args:
|
|
creates: "/home/dokku/{{ app }}/letsencrypt/cron-job"
|