jumpserver/jperm
yumaojun b0f2b346f9 修复了rule 和 role 的detail 页面 2015-12-10 17:44:45 +08:00
..
playbooks 1. fixed ansible api auto load local host file (/etc/ansible/hosts) bug with null list 2015-11-18 19:03:13 +08:00
README.md
__init__.py
admin.py
ansible_api.py Merge branch 'dev' of https://git.coding.net/jumpserver/jumpserver into dev 2015-12-10 00:17:01 +08:00
models.py 修改exec 和 MyRUnner 2015-12-03 16:53:39 +08:00
perm_api.py 修复了rule 和 role 的detail 页面 2015-12-10 17:44:45 +08:00
template_filter.py ansible api add get_host_info in Class Tasks 2015-11-13 00:31:27 +08:00
tests.py
urls.py web 批量执行命令 2015-12-02 23:50:20 +08:00
utils.py bug fix 2015-12-08 19:25:11 +08:00
views.py 修复了rule 和 role 的detail 页面 2015-12-10 17:44:45 +08:00
views.py.back

README.md

Jperm App


模块 ansible_api

使用说明

  • 依赖rpm安装包 ansible、 sshpass
  • 依赖pip安装包 passlib
  • 关于ansible配置 需要启用配置文件(/etc/ansible/ansible.cfg)的 host_key_checking = False