amazon linux
This commit is contained in:
parent
1cac97d013
commit
dce6dd0dcb
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user