mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-07 07:37:16 +00:00
* perf:Create a job that supports adding node parameters * feat: add variable model * feat: Modify Variable and AdHoc models, * feat: Parameters can be set when running job * feat: Supports setting variable type * feat: Supports running adhoc with parameters * feat: Supports running playbook with parameters * fix: Translate * feat: Support setting variables for scheduled tasks * perf: Translate --------- Co-authored-by: wangruidong <940853815@qq.com>
9 lines
137 B
Python
9 lines
137 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
|
|
from .adhoc import *
|
|
from .celery import *
|
|
from .playbook import *
|
|
from .job import *
|
|
from .variable import *
|