Add Tmux configuration on infra1
add tmux configuration on infra1 to raise up the history-limit to 20000, which helps troubleshooting the deployment. Change-Id: I075364868c0b74a297ad6b8ca7dbfec71ca91c27
This commit is contained in:
parent
fea4cfd7ec
commit
99bc655fb9
@ -109,6 +109,15 @@
|
||||
when:
|
||||
- pre_config_osa | default(true) | bool
|
||||
|
||||
- name: Config Tmux
|
||||
lineinfile:
|
||||
path: /root/.tmux.conf
|
||||
regexp: '^set-option'
|
||||
line: 'set-option -g history-limit 20000'
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: Run OSA
|
||||
command: "{{ item }}"
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user