mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Merge pull request #422 from axelsimon/small_doc_fix
Overview: mention Vagrantfile in the Experiment section
This commit is contained in:
commit
5d52097cbd
1 changed files with 9 additions and 4 deletions
|
@ -78,7 +78,12 @@ Ansible-NAS.
|
||||||
## How to experiment
|
## How to experiment
|
||||||
|
|
||||||
The easiest way to take Ansible-NAS for a spin is in a virtual machine, for
|
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
|
instance in [VirtualBox](https://www.virtualbox.org/) or
|
||||||
three virtual hard drives for testing: One of the actual NAS, and the two others
|
[libvirt](https://libvirt.org). You'll want to create three virtual hard drives
|
||||||
to create a mirrored ZFS pool. This will let you experiment with installing,
|
for testing: one of the actual NAS, and the two others to create a mirrored ZFS
|
||||||
configuring, and running a complete system.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue