fzf

fzf

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install the command-line fuzzy finder.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

fzf_binary_arch

Architecture of the static binary

Default value

fzf_binary_arch: "{{ 'arm8' if ansible_architecture == 'aarch64' else 'amd64' }}"

fzf_binary_download

URL to download the static binary

Default value

fzf_binary_download: https://github.com/junegunn/fzf-bin/releases/download/{{ fzf_static_version
  }}/fzf-{{ fzf_static_version }}-linux_{{ fzf_binary_arch }}.tgz

fzf_static_version

Version of the static release

Default value

fzf_static_version: 0.21.1

fzf_wrapper_download

URL to download the tmux wrapper

Default value

fzf_wrapper_download: https://raw.githubusercontent.com/junegunn/fzf/{{ fzf_static_version
  }}/bin/fzf-tmux

Discovered Tags

fzf

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install the command-line fuzzy finder

Install
ansible-galaxy install rolehippie/fzf
GitHub repository
License
apache-2.0
Downloads
131
Owner
Ansible role collection of Webhippie