diff --git a/playbooks/roles/nodepool-builder/templates/vhost.conf.j2 b/playbooks/roles/nodepool-builder/templates/vhost.conf.j2
index e7e546747d..88a268b79c 100644
--- a/playbooks/roles/nodepool-builder/templates/vhost.conf.j2
+++ b/playbooks/roles/nodepool-builder/templates/vhost.conf.j2
@@ -12,7 +12,7 @@
 
 
 <VirtualHost *:443>
-  ServerName nb01.openstack.org
+  ServerName {{ inventory_hostname }}
 
   SSLEngine on
 
@@ -58,4 +58,4 @@
   CustomLog /var/log/apache2/nodepool_access.log combined
   ServerSignature Off
 
-</VirtualHost>
\ No newline at end of file
+</VirtualHost>