Wipe out for now
This commit is contained in:
parent
9a8dc32ac3
commit
573431009d
25
README.md
25
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
|
||||
|
||||
|
Reference in New Issue
Block a user