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

10 lines
203 B
YAML

---
- hosts: all
gather_facts: false
tasks:
- include: ./lib/prepare.yml
- include: ./lib/vars.yml
- include: ./lib/http.yml
- include: ./lib/https.yml
- include: ./lib/proxy.yml