Wipe out for now

This commit is contained in:
Luke Murphy 2020-04-03 00:58:57 +02:00
parent 9a8dc32ac3
commit 573431009d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 24 deletions

View File

@ -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