12 lines
199 B
YAML
12 lines
199 B
YAML
---
|
|
- name: DEBUG
|
|
debug:
|
|
msg: "{{ config }}"
|
|
|
|
- name: Set HTTP 80 port proxy
|
|
dokku_ports:
|
|
app: "{{ dokku.app }}"
|
|
mappings:
|
|
- "http:80:{{ config.vars.port }}"
|
|
state: present
|