Merge pull request #422 from axelsimon/small_doc_fix

Overview: mention Vagrantfile in the Experiment section
This commit is contained in:
David Stephens 2021-02-17 09:45:49 +00:00 committed by GitHub
commit 5d52097cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,12 @@ Ansible-NAS.
## How to experiment
The easiest way to take Ansible-NAS for a spin is in a virtual machine, for
instance in [VirtualBox](https://www.virtualbox.org/). You'll want to create
three virtual hard drives for testing: One of the actual NAS, and the two others
to create a mirrored ZFS pool. This will let you experiment with installing,
configuring, and running a complete system.
instance in [VirtualBox](https://www.virtualbox.org/) or
[libvirt](https://libvirt.org). You'll want to create three virtual hard drives
for testing: one of the actual NAS, and the two others to create a mirrored ZFS
pool. This will let you experiment with installing, configuring, and running a
complete system.
A [Vagrant](https://vagrantup.com) _Vagrantfile_ and launch script are also
available (`tests/test-vagrant.sh`), see the [testing](testing.md) page for more
details.