Set https and allow to override
This commit is contained in:
parent
ed6b70422e
commit
b856175224
@ -4,6 +4,7 @@
|
|||||||
# already (due to the order of the tasks we define for our deployment steps)
|
# already (due to the order of the tasks we define for our deployment steps)
|
||||||
- name: Export variable placeholders
|
- name: Export variable placeholders
|
||||||
set_fact:
|
set_fact:
|
||||||
|
https: true
|
||||||
dokku_mariadb_db_addr: "dokku-mariadb-{{ app }}"
|
dokku_mariadb_db_addr: "dokku-mariadb-{{ app }}"
|
||||||
dokku_mariadb_db_user: "mariadb"
|
dokku_mariadb_db_user: "mariadb"
|
||||||
dokku_hostname: "{{ lookup('file', '/home/dokku/HOSTNAME') }}"
|
dokku_hostname: "{{ lookup('file', '/home/dokku/HOSTNAME') }}"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
- name: Include https tasks
|
- name: Include https tasks
|
||||||
include: ./lib/https.yml
|
include: ./lib/https.yml
|
||||||
when: https is defined and https == true
|
when: https
|
||||||
|
|
||||||
- name: Include proxy tasks
|
- name: Include proxy tasks
|
||||||
include: ./lib/proxy.yml
|
include: ./lib/proxy.yml
|
||||||
|
Reference in New Issue
Block a user