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

8 lines
155 B
YAML
Raw Normal View History

2020-04-13 10:49:14 +00:00
---
- name: Remove automatically configured ports
dokku_ports:
2020-04-13 13:26:39 +00:00
app: "{{ app }}"
2020-04-13 10:49:14 +00:00
mappings:
- "http:{{ port }}:{{ port }}"
state: absent