rolehippie.fzf

fzf

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

This is an Ansible role that helps you install a command-line fuzzy finder.

This Ansible role has been supported by my current and former employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of Contents


Requirements

  • Minimum Ansible version: 2.10

Default Variables

fzf_binary_arch

This is the architecture of the static binary.

Default value

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

fzf_binary_download

This is the 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

This is the version of the static release.

Default value

fzf_static_version: 0.21.1

fzf_wrapper_download

This is the 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

Informazioni sul progetto

Ansible role to install the command-line fuzzy finder

Installa
ansible-galaxy install rolehippie.fzf
Licenza
apache-2.0
Download
245
Proprietario
Ansible role collection of Webhippie