Always run https
This commit is contained in:
parent
de2fa75cf9
commit
ff38d34c60
@ -1,10 +1,6 @@
|
||||
---
|
||||
# Note(decentral1se): to avoid exploding when we import the config.yml from the
|
||||
# end-user, we spoof out variables that are referenced there but not populated
|
||||
# already (due to the order of the tasks we define for our deployment steps)
|
||||
- name: Export variable placeholders
|
||||
- name: Export internal variable placeholders
|
||||
set_fact:
|
||||
https: true
|
||||
dokku_mariadb_db_addr: "dokku-mariadb-{{ app }}"
|
||||
dokku_mariadb_db_user: "mariadb"
|
||||
dokku_hostname: "{{ lookup('file', '/home/dokku/HOSTNAME') }}"
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
- name: Include https tasks
|
||||
include: ./lib/https.yml
|
||||
when: https
|
||||
|
||||
- name: Include proxy tasks
|
||||
include: ./lib/proxy.yml
|
||||
|
Reference in New Issue
Block a user