No description
Increased the minimal required ansible version. Since all tasks use modules identified by their full qualified name the min version had to be at least `2.10` anyways. It is now set to `2.12` which is the lowest of all own roles. |
||
|---|---|---|
| defaults | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| vars | ||
| README.md | ||
therealdarklord.setup_tmux
This role installs tmux and adds a custom bash script for starting a configured session.
Role Variables
| Variable | Type | Default | Description |
|---|---|---|---|
| therealdarklord_setup_tmux_mc_mode | bool | therealdarklord_setup_tmux_mode | indicates if mc should be removed too when tmux is removed |
| therealdarklord_setup_tmux_mode | enum("install", "remove") | "install" | mode for setup |
| therealdarklord_setup_tmux_users | string[] | [] | list of users for which the customized tmux session script should be deployed |
License
BSD
Author Information
Markus Reichardt (https://www.therealdarklord.eu)