diff --git a/Vagrantfile b/Vagrantfile
index 42666b3c71fdb73fe725a1ae633c015e8430b49f..05b502ef042390312c30f9ed61f8543cb6321cfe 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -225,7 +225,7 @@ Vagrant.configure("2") do |config|
       end
 
       # Disable firewalld on oraclelinux/redhat vms
-      if ["oraclelinux","oraclelinux8","rhel7","rhel8"].include? $os
+      if ["oraclelinux","oraclelinux8","rhel7","rhel8","rockylinux8"].include? $os
         node.vm.provision "shell", inline: "systemctl stop firewalld; systemctl disable firewalld"
       end