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

14 lines
340 B
YAML
Raw Normal View History

2020-04-13 09:42:33 +00:00
---
- hosts: all
gather_facts: false
tasks:
2020-04-14 09:30:40 +00:00
- include: ../commonlib/vars.yml
- include: ./lib/domain.yml
- include: ./lib/database.yml
2020-04-16 10:20:11 +00:00
- include: ./lib/dirs.yml
- include: ./lib/hooks.yml
2020-04-16 10:09:59 +00:00
- include: ./lib/files.yml
2020-04-14 11:02:16 +00:00
- include: ./lib/templates.yml
- include: ./lib/volumes.yml
- include: ./lib/env.yml