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.
dokku-ansible-playbook/README.md

23 lines
584 B
Markdown
Raw Normal View History

2020-03-19 00:13:54 +00:00
# dokku-ansible-playbook
Run ansible playbooks during deployment.
## Requirements
* dokku 0.19.13+
* Debian based system (uses `apt` package manager)
## Installation
```shell
$ 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.
2020-03-19 00:43:41 +00:00
* `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.