diff --git a/roles/haproxy/files/haproxy.cfg b/roles/haproxy/files/haproxy.cfg
deleted file mode 100644
index e102cf4d928a0f73102c86fa3e8372c1613bb9ac..0000000000000000000000000000000000000000
--- a/roles/haproxy/files/haproxy.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-global
-  quiet
-
-defaults
-  mode http
-  maxconn 5000
-
-  timeout connect 5s
-  timeout client  20s
-  timeout server  20s
-
-frontend public
-    bind *:80
-    default_backend apps
-
-backend apps
-    server nifi_1 nifi_1:8080 check