From 50c5ed68e3d01b85ec55f3620cd80bed8c025655 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 22 Jun 2021 22:57:02 +0100 Subject: [PATCH] Install some dokku plugins --- ansible/host_vars/grimes.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible/host_vars/grimes.yml b/ansible/host_vars/grimes.yml index 3b59004..0e3229f 100644 --- a/ansible/host_vars/grimes.yml +++ b/ansible/host_vars/grimes.yml @@ -1,3 +1,15 @@ ssh_extra_allowed_users: dokku dokku_daemon_install: false +dokku_plugins: + - name: postgres + url: https://github.com/dokku/dokku-postgres.git + + - name: redis + url: https://github.com/dokku/dokku-redis.git + + - name: letsencrypt + url: https://github.com/dokku/dokku-letsencrypt.git + + - name: redirect + url: https://github.com/dokku/dokku-redirect.git