chore: move csi playbook
diff --git a/playbooks/csi.yml b/playbooks/csi.yml
new file mode 100644
index 0000000..27d9c29
--- /dev/null
+++ b/playbooks/csi.yml
@@ -0,0 +1,21 @@
+# Copyright (c) 2023 VEXXHOST, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
+- hosts: controllers[0]
+  gather_facts: false
+  become: true
+  roles:
+    - role: csi
+      tags:
+        - csi
diff --git a/playbooks/openstack.yml b/playbooks/openstack.yml
index 2fe69d0..24b1e6a 100644
--- a/playbooks/openstack.yml
+++ b/playbooks/openstack.yml
@@ -24,10 +24,6 @@
   gather_facts: false
   become: true
   roles:
-    - role: csi
-      tags:
-        - csi
-
     - role: cert_manager
       tags:
         - cert-manager
diff --git a/playbooks/site.yml b/playbooks/site.yml
index f6007d0..9520f2d 100644
--- a/playbooks/site.yml
+++ b/playbooks/site.yml
@@ -16,4 +16,5 @@
 - import_playbook: vexxhost.atmosphere.kubernetes
 - import_playbook: vexxhost.atmosphere.helm
 - import_playbook: vexxhost.atmosphere.cni
+- import_playbook: vexxhost.atmosphere.csi
 - import_playbook: vexxhost.atmosphere.openstack