---
- name: Set HTTP 80 port proxy
dokku_ports:
app: "{{ dokku.app }}"
mappings:
- "http:80:{{ config.vars.port }}"
state: present