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

11 lines
240 B
YAML
Raw Normal View History

2020-04-13 08:26:14 +00:00
---
2020-04-13 10:49:14 +00:00
- hosts: all
gather_facts: false
tasks:
2020-04-14 09:30:40 +00:00
- include: ../commonlib/vars.yml
- include: ./lib/http.yml
- include: ./lib/https.yml
- include: ./lib/proxy.yml
2020-04-14 10:34:09 +00:00
- include: ./lib/hooks.yml
- include: ./lib/nginxd.yml