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/proxy.yml

9 lines
217 B
YAML

---
- name: Remove automatically configured ports
dokku_ports:
app: "{{ dokku.app }}"
mappings:
- "http:{{ config.vars.port }}:{{ config.vars.port }}"
state: absent
when: "'port' in config.vars"