This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/postdeploy/lib/http.yml

9 lines
183 B
YAML

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