---
- hosts: all
gather_facts: false
tasks:
- name: Include vars tasks
include: ./lib/vars.yml
# Note(decentral1se): internal debugging. Please `debug: true` in the
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
- name: Include debug tasks
include: ./lib/debug.yml
- name: Include http tasks
include: ./lib/http.yml
- name: Include https tasks
include: ./lib/https.yml
when: https is defined and https == true
- name: Include proxy tasks
include: ./lib/proxy.yml