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/predeploy/lib/domain.yml
2020-04-14 13:02:16 +02:00

9 lines
194 B
YAML

---
- name: "Configure {{ vars.domain }} dedicated domain"
dokku_domains:
app: "{{ dokku.app }}"
domains:
- "{{ vars.domain }}"
state: present
when: vars.domain is defined