mirror of https://github.com/jumpserver/jumpserver
9be13cf08f
1. 修改password字段的长度,对称加密过后的字符串会变长,所有设置得比较大(512) 2. 修改后端检查密码长度,并触发异常。 |
||
---|---|---|
.. | ||
playbooks | ||
README.md | ||
__init__.py | ||
admin.py | ||
ansible_api.py | ||
models.py | ||
perm_api.py | ||
template_filter.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |
README.md
Jperm App
模块 ansible_api
使用说明
- 依赖rpm安装包: ansible、 sshpass
- 依赖pip安装包: passlib
- 关于ansible配置: 需要启用配置文件(/etc/ansible/ansible.cfg)的 host_key_checking = False