Run ansible playbooks during deployment
This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy dd29d4f28b
Add create-app hook
2020-03-19 01:50:14 +01:00
LICENSE Another push to get this out the door 2020-03-19 01:43:41 +01:00
README.md Another push to get this out the door 2020-03-19 01:43:41 +01:00
create-app Add create-app hook 2020-03-19 01:50:14 +01:00
dependencies Another push to get this out the door 2020-03-19 01:43:41 +01:00
functions Another push to get this out the door 2020-03-19 01:43:41 +01:00
plugin.toml Bootstrap this plugin 2020-03-19 01:13:54 +01:00
post-deploy Another push to get this out the door 2020-03-19 01:43:41 +01:00
pre-deploy Another push to get this out the door 2020-03-19 01:43:41 +01:00

README.md

dokku-ansible-playbook

Run ansible playbooks during deployment.

Requirements

  • dokku 0.19.13+
  • Debian based system (uses apt package manager)

Installation

$ dokku plugin:install https://github.com/decentral1se/dokku-ansible-playbook.git

Usage

All files must be placed within the .ansible folder of your git repository.

  • requirements.yml: what role dependencies to download before running your plays.
  • pre-deploy.yml: the play to run before the application is deployed.
  • post-deploy.yml: the play to run after the application is deployed.