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

22 lines
429 B
YAML
Raw Normal View History

2020-04-13 09:42:33 +00:00
---
- hosts: all
gather_facts: false
tasks:
2020-04-13 10:49:14 +00:00
- name: Include debug tasks
include: ./lib/debug.yml
2020-04-13 09:42:33 +00:00
- name: Include config tasks
include: ./lib/config.yml
2020-04-13 10:49:14 +00:00
- name: Include vars tasks
include: ./lib/vars.yml
2020-04-13 09:42:33 +00:00
- name: Include vault tasks
include: ./lib/vault.yml
- name: Include domain tasks
include: ./lib/domain.yml
2020-04-13 10:49:14 +00:00
- name: Include env tasks
include: ./lib/env.yml