# 开源堡垒机 **Repository Path**: tebwk/jumpserver ## Basic Information - **Project Name**: 开源堡垒机 - **Description**: ansible 自动化安装 jumpserver 开源跳板机(堡垒机):认证,授权,审计,自动化运维 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2018-12-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jumpserver #### 项目介绍 ansible自动化 安装 jumpserver 1. master 分支 为在线安装剧本(基于互联网) 2. offline 分支 为离线安装剧本(基于本地yum源,已停止开发) #### 软件架构 1. 基于官方文档逻辑架构安装 2. 基于Centos 7 系统安装 3. Python 版本 3.6.1 4. jumpserver 版本 基于官方GIT库版本 5. coco 版本 基于官方GIT库版本 6. luna 版本 基于官方jumpserver GIT库版本 #### 安装教程(基于互联网) 1. 服务器安装ansible(安装jumpserver必须具备ansible管理条件) 2. 服务器与客户端配置用户免密 3. cd jumpserver/ 4. ansible-playbook -i inventories/TEST install_jumpserver.yml 5. 等待jumpserver安装完成 #### 使用说明 1. ansible连接用户必须是root 2. 服务器内存至少4G以上(否则服务启动异常) 3. 直接访问jumpserver地址: http:// jumpserver_ip 4. 其他详情请阅读jumpserver官方文档 5. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)