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:
Weezer Su 2017-08-17 11:44:02 -05:00
parent fea4cfd7ec
commit 99bc655fb9
1 changed files with 9 additions and 0 deletions

View File

@ -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: