diff --git a/ansible/build-web.yaml b/ansible/build-web.yaml
index f74f55b4e7a41456447ef9c4d98f7be4c70d504c..a961045c060a8b0c5ed337079db4668167cc69d0 100644
--- a/ansible/build-web.yaml
+++ b/ansible/build-web.yaml
@@ -10,14 +10,21 @@
 #     - role: cluster-security-group
 #     - role: openstack-instance
 
+# - hosts: web
+#   vars_files:
+#     - host_vars/react.yaml
+#   gather_facts: true
+
+#   roles:
+#     - role: openstack-proxy
+#     - role: all-dependencies
+#     - role: all-mount
+#     - role: all-docker
+
 - hosts: web
   vars_files:
     - host_vars/react.yaml
   gather_facts: true
-
+  
   roles:
-    # - role: openstack-proxy
-    # - role: all-dependencies
-    # - role: all-mount
-    # - role: all-docker
     - role: react-build #ONLY NEED THIS TO BUILD APP, EVERYTHING ELSE IS FOR INSTANCE
\ No newline at end of file