jumpserver/apps/accounts/automations/change_secret/host/posix/manifest.yml

14 lines
408 B
YAML
Raw Normal View History

2022-10-27 10:53:10 +00:00
id: change_secret_posix
2023-04-20 06:05:00 +00:00
name: "{{ 'Posix account change secret' | trans }}"
2022-09-19 01:52:09 +00:00
category: host
type:
- unix
- linux
2022-10-13 09:47:29 +00:00
method: change_secret
2023-04-20 06:05:00 +00:00
i18n:
Posix account change secret:
zh: 使用 Ansible 模块 user 执行账号改密 (SHA512)
ja: Ansible user モジュールを使用して アカウントのパスワード変更 (SHA512)
en: Using Ansible module user to change account secret (SHA512)