screen scrolling

This commit is contained in:
2021-06-28 17:44:39 +02:00
parent cd7dea8fda
commit 74a760cf98

View File

@@ -11,6 +11,14 @@
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
state: present
- name: "screenrc native scrolling in tmux"
copy:
content: "termcapinfo xterm* ti@:te@\ntermcapinfo screen* ti@:te@\n"
dest: "{{item}}"
with_items:
- "~{{unpriv_user}}/.screenrc"
- "~root/.screenrc"
- name: "install ssh-key"
authorized_key:
user: "{{cfg_unpriv_user}}"