sgaunet / ansible-role-zellij

Ansible role to install zellij

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: zellij

CI

An Ansible Role that installs zellij on Linux.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

zellij_version: "latest"
zellij_bin_path: "/usr/local/bin"
zellij_tmp_directory: "{{ lookup('env', 'TMPDIR') | default('/tmp', true) }}"
zellij_os: "unknown-linux-musl"
zellij_arch: "x86_64"

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - sgaunet.zellij

License

MIT

About

Ansible role to install zellij

License:MIT License