Deploy a dokku
This commit is contained in:
9
ansible/roles/dokku/vars/main.yml
Normal file
9
ansible/roles/dokku/vars/main.yml
Normal file
@ -0,0 +1,9 @@
|
||||
dokku_plugins:
|
||||
- name: postgres
|
||||
url: https://github.com/dokku/dokku-postgres.git
|
||||
- name: redis
|
||||
url: https://github.com/dokku/dokku-redis.git
|
||||
- name: redirect
|
||||
url: https://github.com/dokku/dokku-redirect.git
|
||||
- name: http-auth
|
||||
url: https://github.com/dokku/dokku-http-auth.git
|
Reference in New Issue
Block a user