Skip to content

my test of doing vagrant-libvirt-ansible to deploy test enviroment.

Notifications You must be signed in to change notification settings

moesgaard/vagrant-libvirt-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-libvirt-ansible

My test of doing vagrant-libvirt-ansible to deploy test enviroment.

The reason for The CPU and memmory count is I have a Rysen 9 3900x 12 core 24 thread and 64GB RAM. but you can ajust accordingly.

{
  "master" => { :ip => "192.168.100.10", :cpus => 2, :mem => 4096 , :hostname => "master.home"},
  "worker1" => { :ip => "192.168.100.11", :cpus => 2, :mem => 4096 , :hostname  => "worker1.home"},
  "worker2" => { :ip => "192.168.100.12", :cpus => 2, :mem => 4096 , :hostname  => "worker2.home"},
  "worker3" => { :ip => "192.168.100.13", :cpus => 2, :mem => 4096 , :hostname  => "worker3.home"}
}

About

my test of doing vagrant-libvirt-ansible to deploy test enviroment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published