Skip to content

jonsible/tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jonsible.tmux

Build Status Galaxy

Role to install tmux

Requirements

None.

Role Variables

Default usage

As default tmux is installed and running. If you want to adapt this to your needs look at the Advanced usage section.

Advanced usage

For more advanced usage the following variables are available:

tmux_source_path: "{{ global_source_path | default('/opt') }}"
tmux_prefix: "{{ global_prefix | default('/usr/local') }}"
tmux_user_install: "{{ global_user_install | default(false) }}"
tmux_user_config: "{{_global_user_config | default(false) }}"
tmux_skel_config: "{{ global_skel_config | default(false) }}"
tmux_install_from_source: "{{ global_install_from_source | default(false) }}"
tmux_force_install: "{{ global_force_install | default(false) }}"
tmux_user_strip: "{{ global_user_strip | default([]) }}"
tmux_user_filter: "{{ global_user_filter | default([])}}"
tmux_version: "2.9"

Dependencies

None

Example Playbook

Install tmux with the default settings

- hosts: all
  roles:
     - role: jonsible.tmux

License

GPL-3.0-or-later

Author Information

This role was created in 2020 by [Jonathan Scherrer].

Releases

No releases published

Packages

No packages published

Languages