From 573431009d759f488579a8e7fcdf6e5edd0d6d65 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 3 Apr 2020 00:58:57 +0200 Subject: [PATCH] Wipe out for now --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 52c38c4..cb65000 100644 --- a/README.md +++ b/README.md @@ -9,30 +9,7 @@ Deploy applications on Dokku using Ansible. ## Installation -Install the plugin like so. - -```shell -$ dokku plugin:install https://git.autonomic.zone/autonomic-cooperative/dokku-ansible-deploy.git -$ dokku plugin:install-dependencies -``` - -Then set up your Dokku user account with sudo account and register that -password with the plugin. This password will be passed into the Ansible -execution as `ansible_become_password` for sudo root escalation. - -``` -$ sudo usermod -aG sudo dokku -$ sudo passwd dokku -$ dokku ansible-deploy:sudo-pass -``` - -And finally, register your vault password with the plugin. This is the same -password that you use to encrypt your secrets in your application repository -vault. - -``` -$ dokku ansible-deploy:vault-pass -``` +TODO. ## Usage