mirror of https://github.com/jumpserver/jumpserver
20 lines
606 B
YAML
20 lines
606 B
YAML
id: push_account_local_windows
|
|
name: "{{ 'Windows account push' | trans }}"
|
|
version: 1
|
|
method: push_account
|
|
category: host
|
|
type:
|
|
- windows
|
|
params:
|
|
- name: groups
|
|
type: str
|
|
label: '用户组'
|
|
default: 'Users,Remote Desktop Users'
|
|
help_text: '请输入用户组,多个用户组使用逗号分隔(需填写已存在的用户组)'
|
|
|
|
i18n:
|
|
Windows account push:
|
|
zh: 使用 Ansible 模块 win_user 执行 Windows 账号推送
|
|
ja: Ansible win_user モジュールを使用して Windows アカウントをプッシュする
|
|
en: Using Ansible module win_user to push account
|