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

28 lines
557 B
YAML

---
- hosts: all
gather_facts: false
tasks:
- name: Include debug tasks
include: ./lib/debug.yml
- name: Include config tasks
include: ./lib/config.yml
- name: Include vars tasks
include: ./lib/vars.yml
- name: Include vault tasks
include: ./lib/vault.yml
- name: Include http tasks
include: ./lib/http.yml
- name: Include certs tasks
include: ./lib/certs.yml
- name: Include proxy tasks
include: ./lib/proxy.yml
- name: Include https tasks
include: ./lib/https.yml