A dev environment for the mirror.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[local]
|
|
127.0.0.1
|
|
|
|
[local:vars]
|
|
ansible_connection=local
|
|
|
|
# vm allocated ram in MB
|
|
vm_ram=2048
|
|
|
|
# vcpus created
|
|
vm_vcpus=1
|
|
|
|
# port for vnc connection
|
|
vnc_port=5911
|
|
|
|
# size of each disk in the zpool
|
|
zfs_disks_size=1G
|
|
|
|
# size of each disk in the RAID1 pool
|
|
root_disks_size=10G
|
|
|