From b4ffdc2d6a592ce00a3bdbe4ee37c03c478d520c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Mon, 31 Jul 2023 19:51:07 +0200 Subject: [PATCH] - apache / + memory --- Vagrantfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 09cdb0c..b92346c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -21,7 +21,7 @@ Vagrant.configure("2") do |config| vm2.vm.network "private_network", ip: "192.168.56.3" vm2.vm.box = "almalinux/8" vm2.vm.provider "virtualbox" do |vb| - vb.memory = "512" + vb.memory = "768" vb.cpus = 1 end vm2.vm.provision "shell", inline: <<-SHELL @@ -76,9 +76,8 @@ Vagrant.configure("2") do |config| vb.cpus = 1 end zbxsrv.vm.provision "shell", inline: <<-SHELL - yum install mc epel-release httpd net-tools -y + yum install mc epel-release net-tools -y yum update -y - systemctl enable --now httpd echo "zbxsrv" > /etc/hostname hostname -F /etc/hostname echo "192.168.56.6 zbxsrv" >> /etc/hosts