diff --git a/inventories/deploy/hosts.yml b/inventories/deploy/hosts.yml
deleted file mode 100644
index 7d85e5bdf3a5030bbfbd114016b78808000bcd73..0000000000000000000000000000000000000000
--- a/inventories/deploy/hosts.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-all:
-  hosts:
-    host1:
-      ansible_ssh_user: debian
-      ansible_python_interpreter: /usr/bin/python
-      become: yes
-  children:
-    soctools_server:
-      hosts:
-        host1:
-    nifi:
-      hosts:
-        host1:
-          nifi_scale: 3
-    haproxy:
-      hosts:
-        host1:
-    zookeeper:
-      hosts:
-        host1:
-          zookeeper_scale: 3
\ No newline at end of file
diff --git a/inventories/deploy/hosts.yml.example b/inventories/deploy/hosts.yml.example
index 900063870b7777b8bf84f039d82c80e30d382d5e..7d85e5bdf3a5030bbfbd114016b78808000bcd73 100644
--- a/inventories/deploy/hosts.yml.example
+++ b/inventories/deploy/hosts.yml.example
@@ -1,20 +1,21 @@
 all:
   hosts:
-    soctools.example.com:
+    host1:
       ansible_ssh_user: debian
       ansible_python_interpreter: /usr/bin/python
       become: yes
   children:
     soctools_server:
       hosts:
-        soctools.example.com:
+        host1:
     nifi:
       hosts:
-        soctools.example.com:
+        host1:
           nifi_scale: 3
     haproxy:
       hosts:
-        soctools.example.com:
+        host1:
     zookeeper:
       hosts:
-        soctools.example.com:
\ No newline at end of file
+        host1:
+          zookeeper_scale: 3
\ No newline at end of file