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