Skip to content

Eigenbahn/ansible-role-fsv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenbahn.fsv2

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!").

Requirements

A Debian-based linux system with X server.

Role Variables

The main variables are:

  • fsv2_bin_name: The name of the binary. Defaults to fsv2.
  • 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.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: eigenbahn.fsv2 }

License

MIT

Author Information

Jordan Besly @p3r7 (blog).

Releases

No releases published

Packages

No packages published