jumpserver/apps/accounts/automations/push_account/host/aix/manifest.yml

30 lines
626 B
YAML
Raw Normal View History

id: push_account_aix
2023-04-20 06:05:00 +00:00
name: "{{ 'Aix account push' | trans }}"
category: host
type:
- AIX
method: push_account
params:
- name: sudo
type: str
label: 'Sudo'
default: '/bin/whoami'
help_text: '使用逗号分隔多个命令,如: /bin/whoami,/sbin/ifconfig'
- name: shell
type: str
label: 'Shell'
default: '/bin/bash'
- name: groups
type: str
label: '用户组'
default: ''
help_text: '请输入用户组,多个用户组使用逗号分隔(需填写已存在的用户组)'
2023-04-20 06:05:00 +00:00
i18n:
Aix account push:
zh: Aix 账号推送
ja: Aix アカウントのプッシュ