Merge those https tasks
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
---
|
||||
- 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"
|
@ -6,18 +6,3 @@
|
||||
- "{{ domain }}"
|
||||
state: present
|
||||
when: domain is defined
|
||||
|
||||
- name: Provide information on domain configuration
|
||||
debug:
|
||||
msg:
|
||||
- "Dedicated domain discovered for the deployment of {{ app }}"
|
||||
- "Your application will be available at https://{{ domain }}"
|
||||
when: domain is defined
|
||||
|
||||
- name: Provide information on sub-domain configuration
|
||||
debug:
|
||||
msg:
|
||||
- "No dedicated domain configured for the deployment of {{ app }}"
|
||||
- "Dokku will provide a sub-domain configuration"
|
||||
- "Your application will be available at https://{{ app }}.{{ dokku_hostname }}"
|
||||
when: domain is not defined
|
||||
|
@ -1,4 +1,14 @@
|
||||
---
|
||||
- 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"
|
||||
|
||||
- name: Set HTTP 443 port
|
||||
dokku_ports:
|
||||
app: "{{ app }}"
|
||||
|
Reference in New Issue
Block a user