screen scrolling
This commit is contained in:
8
base.yml
8
base.yml
@@ -11,6 +11,14 @@
|
|||||||
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
||||||
state: present
|
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"
|
- name: "install ssh-key"
|
||||||
authorized_key:
|
authorized_key:
|
||||||
user: "{{cfg_unpriv_user}}"
|
user: "{{cfg_unpriv_user}}"
|
||||||
|
Reference in New Issue
Block a user