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:

  1. Define fzf_install_path and fzf_userlist in the file ./group_vars/all/fzf.yml:

    fzf_userlist:
      - ubuntu
      - user
    fzf_install_path: "/usr/local/fzf"
    
  2. Add the role to your playbook:

    - hosts: servers
      roles:
        - role: taktus.fzf
          tags:
            - fzf
    

License

BSD

Author Information

MarQ

Informazioni sul progetto

install fzf tool globally and add it to bash for listed users

Installa
ansible-galaxy install taktus.fzf
Licenza
Unknown
Download
814
Proprietario