-
Notifications
You must be signed in to change notification settings - Fork 0
/
3k8s.yaml
41 lines (41 loc) · 862 Bytes
/
3k8s.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
session_name: 3k8s
start_directory: /home/jtfogar
windows:
- window_name: prd-2
layout: main-horizontal
options:
main-pane-height: 20
panes:
- shell_command:
- ssh jtfogar@prd-mstr-02
focus: true
- shell_command:
- ssh jtfogar@dev-wrkr-03
- shell_command:
- ssh jtfogar@msi-2060
- window_name: jx-1
layout: main-horizontal
options:
main-pane-height: 20
panes:
- shell_command:
- ssh jtfogar@jx-mstr
focus: true
- shell_command:
- ssh jtfogar@jx-wrkr-01
- shell_command:
- ssh jtfogar@jx-wrkr-02
- window_name: prd
layout: main-horizontal
options:
main-pane-height: 20
panes:
- shell_command:
- ssh jtfogar@prd-mstr-01
focus: true
- shell_command:
- ssh jtfogar@prd-wrkr-01
- shell_command:
- ssh jtfogar@prd-wrkr-02
- shell_command:
- ssh jtfogar@prd-wrkr-03