# bees **Repository Path**: NovemberRain/bees ## Basic Information - **Project Name**: bees - **Description**: DevOps运维管理系统 - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-09-03 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bees #### 介绍 DevOps运维管理系统 #### 软件架构 基于centos7+python3.8+Flask+ansible2.8+celery4.2 运维管理系统 目前实现功能:基于RBCA的用户角色权限管理、资产管理、集成ansible、堡垒机、用户分配、文件上传下载、操作录像回放功能、CI/CD(支持git仓库和svn仓库)、celery任务编排、定时任务管理、MFA安全认证。 #### 安装教程 # docker-compose一键安装服务 ~]# cd docker/installer && ./beesctl install # 启动服务 ~]# ./beesctl start # 查看服务 ~]# ./beesctl status # 停止服务 ~]# ./beesctl stop # 登录验证,用户名:admin , 密码:admin123 ~]# http://IP:80 # 用户创建默认密码 iim2$WllxB0gQTmw #### 使用说明 1. 权限管理 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E6%9D%83%E9%99%90%E7%AE%A1%E7%90%86.png) 2、资产管理 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E8%B5%84%E4%BA%A7%E4%BF%A1%E6%81%AF.png) 3、日志审计 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E6%97%A5%E5%BF%97%E5%AE%A1%E8%AE%A1.png) 4、实时任务 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E5%AE%9E%E6%97%B6%E4%BB%BB%E5%8A%A1-%E5%89%A7%E6%9C%AC%E7%AE%A1%E7%90%86.png) ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E5%AE%9E%E6%97%B6%E4%BB%BB%E5%8A%A1-%E8%A7%92%E8%89%B2%E7%AE%A1%E7%90%86.png) 5、定时任务 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1.png) 6、任务历史 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1.png) 7、代码发布 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E4%BB%A3%E7%A0%81%E5%8F%91%E5%B8%83.png) 8、SSH会话 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/SSH%E4%BC%9A%E8%AF%9D.png) 9、SFTP会话 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/SFTP%E4%BC%9A%E8%AF%9D.png) 10、会话审计 ![](https://gitee.com/spook2008/bees/raw/master/snapshot/%E6%89%A7%E8%A1%8C%E5%8E%86%E5%8F%B2.png) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request