From 138e0e5b8d490efafd075794c9b6e8d0c3dec989 Mon Sep 17 00:00:00 2001 From: "tomas.limpinho" Date: Wed, 29 Oct 2025 13:46:32 +0000 Subject: [PATCH] a --- roles/stolon/{kubernetes-files => files}/docker-secrets.yaml | 0 roles/stolon/{kubernetes-files => files}/stolon-keeper.yaml | 0 roles/stolon/{kubernetes-files => files}/stolon-nfs-csi.yaml | 0 .../{kubernetes-files => files}/stolon-proxy-service.yaml | 0 roles/stolon/{kubernetes-files => files}/stolon-proxy.yaml | 0 .../stolon/{kubernetes-files => files}/stolon-repl-secret.yaml | 0 .../stolon/{kubernetes-files => files}/stolon-role-binding.yaml | 0 roles/stolon/{kubernetes-files => files}/stolon-role.yaml | 0 roles/stolon/{kubernetes-files => files}/stolon-secret.yaml | 0 roles/stolon/{kubernetes-files => files}/stolon-sentinel.yaml | 0 roles/stolon/tasks/main.yml | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) rename roles/stolon/{kubernetes-files => files}/docker-secrets.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-keeper.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-nfs-csi.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-proxy-service.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-proxy.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-repl-secret.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-role-binding.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-role.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-secret.yaml (100%) rename roles/stolon/{kubernetes-files => files}/stolon-sentinel.yaml (100%) diff --git a/roles/stolon/kubernetes-files/docker-secrets.yaml b/roles/stolon/files/docker-secrets.yaml similarity index 100% rename from roles/stolon/kubernetes-files/docker-secrets.yaml rename to roles/stolon/files/docker-secrets.yaml diff --git a/roles/stolon/kubernetes-files/stolon-keeper.yaml b/roles/stolon/files/stolon-keeper.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-keeper.yaml rename to roles/stolon/files/stolon-keeper.yaml diff --git a/roles/stolon/kubernetes-files/stolon-nfs-csi.yaml b/roles/stolon/files/stolon-nfs-csi.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-nfs-csi.yaml rename to roles/stolon/files/stolon-nfs-csi.yaml diff --git a/roles/stolon/kubernetes-files/stolon-proxy-service.yaml b/roles/stolon/files/stolon-proxy-service.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-proxy-service.yaml rename to roles/stolon/files/stolon-proxy-service.yaml diff --git a/roles/stolon/kubernetes-files/stolon-proxy.yaml b/roles/stolon/files/stolon-proxy.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-proxy.yaml rename to roles/stolon/files/stolon-proxy.yaml diff --git a/roles/stolon/kubernetes-files/stolon-repl-secret.yaml b/roles/stolon/files/stolon-repl-secret.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-repl-secret.yaml rename to roles/stolon/files/stolon-repl-secret.yaml diff --git a/roles/stolon/kubernetes-files/stolon-role-binding.yaml b/roles/stolon/files/stolon-role-binding.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-role-binding.yaml rename to roles/stolon/files/stolon-role-binding.yaml diff --git a/roles/stolon/kubernetes-files/stolon-role.yaml b/roles/stolon/files/stolon-role.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-role.yaml rename to roles/stolon/files/stolon-role.yaml diff --git a/roles/stolon/kubernetes-files/stolon-secret.yaml b/roles/stolon/files/stolon-secret.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-secret.yaml rename to roles/stolon/files/stolon-secret.yaml diff --git a/roles/stolon/kubernetes-files/stolon-sentinel.yaml b/roles/stolon/files/stolon-sentinel.yaml similarity index 100% rename from roles/stolon/kubernetes-files/stolon-sentinel.yaml rename to roles/stolon/files/stolon-sentinel.yaml diff --git a/roles/stolon/tasks/main.yml b/roles/stolon/tasks/main.yml index 25c9e32..599dd2c 100644 --- a/roles/stolon/tasks/main.yml +++ b/roles/stolon/tasks/main.yml @@ -7,7 +7,7 @@ - name: Copy file with owner and permissions ansible.builtin.copy: - src: ../kubernetes-files + src: ../files dest: /tmp/stolon/kubernetes-files owner: fenix group: root