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