taktus.fzf
Role Name
Installs the fzf package.
Requirements
You need to have git installed before using the fzf role.
Role Variables
fzf_install_path
: Specifies the location where fzf will be installed (git will clone fzf there).fzf_userlist
: A list of users for whom fzf will be installed.
Default values:
fzf_install_path
: "/usr/local/fzf"fzf_userlist
: []
Dependencies
- None
Example Playbook
How to use your role:
Define
fzf_install_path
andfzf_userlist
in the file./group_vars/all/fzf.yml
:fzf_userlist: - ubuntu - user fzf_install_path: "/usr/local/fzf"
Add the role to your playbook:
- hosts: servers roles: - role: taktus.fzf tags: - fzf
License
BSD
Author Information
MarQ