Deploy applications on Dokku using Ansible
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.
Go to file
Luke Murphy b59b01dbc6
Remove role for now
2020-04-14 10:58:13 +02:00
deps Remove role for now 2020-04-14 10:58:13 +02:00
plays Push internal loading back to prepare step 2020-04-13 20:21:07 +02:00
subcommands Add sudo pass and trim up vault pass command 2020-04-13 13:11:43 +02:00
LICENSE Bootstrap new plugin 2020-04-03 00:57:29 +02:00
README.md Sum up with shorter docs 2020-04-13 13:00:14 +02:00
ansible.cfg Don't defaultt to root 2020-04-13 20:22:57 +02:00
commands Add sudo pass and trim up vault pass command 2020-04-13 13:11:43 +02:00
dependencies Format and add missing shellcheck exceptions 2020-04-13 09:21:36 +02:00
functions Pass in missing var 2020-04-13 14:23:56 +02:00
plugin.toml Bootstrap new plugin 2020-04-03 00:57:29 +02:00
post-delete Add post-delete back 2020-04-13 16:20:36 +02:00
post-deploy Add pre-deploy/post-deploy place holders 2020-04-13 09:24:02 +02:00
post-extract Format and add missing shellcheck exceptions 2020-04-13 09:21:36 +02:00
pre-deploy Add pre-deploy/post-deploy place holders 2020-04-13 09:24:02 +02:00

README.md

dokku-ansible-deploy

Overview

Deploy applications on Dokku using Ansible.

When we package and deploy applications with Dokku, we still have a number of manual tasks to complete before the application is production ready. Running Dokku host side commands such as dokku letsencrypt, creating and linking database stores and even going ahead and wiring up monitoring and alerting infrastructure.

This plugin automates what would be otherwise manual steps. Once you git push your application deployment, this plugin consumes configuration specified by in the deploy.d directory to carry out the end-to-end production deployment steps.

More documentation coming soon TM.

Requirements

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

Installation

$ dokku plugin:install https://git.autonomic.zone/autonomic-cooperative/dokku-ansible-deploy.git