From 07b9d72e066f0f97a1a9ccb4057f7caacfb81e84 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Tue, 23 Feb 2021 00:19:28 +0100 Subject: [PATCH 1/2] Fix bug --- tasks/longhorn.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/longhorn.yml b/tasks/longhorn.yml index 2daa169..33917e0 100644 --- a/tasks/longhorn.yml +++ b/tasks/longhorn.yml @@ -16,9 +16,6 @@ values: defaultSettings: defaultDataPath: "/var/lib/longhorn/" - tags: - - longhorn - - storage - name: Install longhorn UI Ingress k8s: state: present From d7a81bc0329540b2817bc2c5d644d5b278c993c3 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Tue, 23 Feb 2021 00:19:53 +0100 Subject: [PATCH 2/2] Disable alternate storage for now --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1ab88e8..380e022 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -36,9 +36,9 @@ # https://github.com/reactr-io/gocachefs - - include_tasks: "digital_ocean.yml" - - include_tasks: "linode.yml" - - include_tasks: "secrets-store.yml" +# - include_tasks: "digital_ocean.yml" +# - include_tasks: "linode.yml" +# - include_tasks: "secrets-store.yml" - name: Select the default StorageClass k8s: