From 5ecc3946a0d2e3e1cebbd7c5f3b4724d461ed07d Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 29 Oct 2019 10:35:05 +0100 Subject: [PATCH] Add needed tags to improve partial deploys --- ansible/roles/apps/tasks/init.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/roles/apps/tasks/init.yml b/ansible/roles/apps/tasks/init.yml index 4a7ed7210..d2ee80e05 100644 --- a/ansible/roles/apps/tasks/init.yml +++ b/ansible/roles/apps/tasks/init.yml @@ -5,6 +5,9 @@ - git - helm - helmfile + - cert-manager + - prometheus + - nextcloud synchronize: src: '../../helmfiles' dest: '{{ data_directory }}/source' @@ -14,6 +17,11 @@ - name: Clone charts repo tags: - git + - helm + - helmfile + - cert-manager + - prometheus + - nextcloud git: repo: 'https://open.greenhost.net/openappstack/charts' dest: '{{ data_directory }}/source/repos/charts' -- GitLab