mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
feat: 支持 ansible raw 模块
This commit is contained in:
parent
7f7173432d
commit
83d730cf0f
@ -166,6 +166,9 @@ export default {
|
||||
{
|
||||
label: 'Powershell', value: 'win_shell'
|
||||
},
|
||||
{
|
||||
label: 'Raw', value: 'raw'
|
||||
},
|
||||
{
|
||||
label: 'Python', value: 'python'
|
||||
},
|
||||
|
@ -60,6 +60,11 @@ module.exports = {
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
},
|
||||
'/chen/': {
|
||||
target: 'http://127.0.0.1:9523',
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
},
|
||||
'/guacamole/': {
|
||||
target: 'http://127.0.0.1:8081',
|
||||
changeOrigin: true,
|
||||
|
Loading…
Reference in New Issue
Block a user