amazon linux

This commit is contained in:
paramah 2023-12-10 11:46:51 +01:00
parent 1cac97d013
commit dce6dd0dcb

4
Vagrantfile vendored
View File

@ -5,12 +5,12 @@
require 'ipaddr'
number_of_server_nodes = 5
number_of_server_nodes = 1
domain = "dexter.lab"
Vagrant.configure(2) do |config|
config.vm.box = 'debian/bullseye64'
config.vm.box = 'bento/amazonlinux-2'
config.vm.provider 'libvirt' do |lv, config|
lv.cpus = 2