tmux

nephelaiio.tmux

Build Status Ansible Galaxy

An ansible role to install and configure tmux

Local install

Execute the following from the command line shell

curl -s https://raw.githubusercontent.com/nephelaiio/ansible-role-tmux/master/install.sh | bash

Role Variables

Please refer to the defaults file for an up to date list of input parameters.

Example Playbooks

With default configuration:

    - hosts: all
      roles:
         - role: tmux

With literal configuration

    - hosts: all
      vars:
        tmux_conf_literal: |
          // tmux config content
      roles:
         - role: tmux

Testing

Please make sure your environment has docker installed in order to run role validation tests. Additional python dependencies are listed in the requirements file

This role is tested against the following distributions:

  • Ubuntu 22.04
  • Ubuntu 20.04
  • Ubuntu 18.04
  • Debian 11
  • Debian 10

You can test the role directly from sources using command molecule test

License

This project is licensed under the terms of the MIT License

About

An Ansible role to install and configure tmux

Install
ansible-galaxy install nephelaiio/ansible-role-tmux
GitHub repository
License
mit
Downloads
3769