1
0
mirror of https://github.com/inofix/common-playbooks.git synced 2026-02-05 12:45:29 +01:00
Files
common-playbooks/install-terminal-mux.yml
Michael Lustenberger 1beccd7849 Tmux on Proxmox
We also want to have screen and tmux on our hosts.
2023-10-23 22:44:20 +02:00

29 lines
898 B
YAML

#* This playbook wrapps the apt (and others maybe in the future..) module
#* to install software for terminal multiplexing and offline sessions..
#* Note: this playbook should be used either from the main install playbook
#* (which resolves its dependencies) or as a shorthand for an already set up
#* system, where the dependencies are already provided.
#* Use '-a' to pass parameters to ansible (as '-e'). See ansible fetch for
#* details.
#* No arguments are mandatory.
- hosts: host.KVM, host.Proxmox, host.Virtual
become: True
roles:
- inofix.yapkg
vars:
- yapkg__task_group_name: 'terminal multiplexers'
- yapkg__names:
- screen
- tmux
# not enabling this yet, as it only tracks 'today'
# it is only useful for human communication and needs
# to be combined with something smarter as
# dpkg --get-selections
#- hosts: all
# roles:
# - track-packages