This repository has been archived on 2020-05-08 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
d4cf9180dfe2fdc8a32c587e7b4595e6bae07d47
dokku-ansible-playbook
Run ansible playbooks during deployment.
Requirements
- dokku 0.19.13+
- Debian based system (uses
aptpackage 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 playsprepare.yml: the play to run before the application is built
Languages
Shell
100%