Install fsv2, Maurus Cuelenaere's fork of fsv, itself a reimplementation of fsn ("fusion") from SGI IRIX.
Basically, it's a 3D file explorer aimed to remproduce the one seen in the famous Jurassic Park scene ("It's a Unix system! I know this!").
A Debian-based linux system with X server.
The main variables are:
fsv2_bin_name
: The name of the binary. Defaults tofsv2
.fsv2_install_folder
: Where the binary gets installed. Defaults to/usr/local/bin
.
Please note that the role has a mechanism to not skip all tasks if the binary {{ fsv2_bin_name }}
is found on the system.
If for any reason you'd like to re-install it (e.g. due to upstream changes in the code) you can force the reinstallation by setting var fsv2_force_reinstall
to yes
.
None.
- hosts: servers
roles:
- { role: eigenbahn.fsv2 }
MIT