tornado+ansible+twisted+mongodb运维自动化系统开发(一)

前段时间学习了一下ansible的配置管理(http://blog.csdn.net/column/details/ansible.html   anisble配置工具翻译专栏),感觉很强大,就想着把最近看的tornado和twisted和它结合一下做一个webUI

今天动手做了一个demo,目前大概实现的功能是:添加ansible主机,然后单台运行脚本(后续会把playbook和批量运行加上)在这里做一下记录.

用freemind总结了下思路

tornado+ansible+twisted+mongodb运维自动化系统开发(一)

下面是demo的截图

添加主机,后台完成清单目录的添加和ssh免登陆的功能

tornado+ansible+twisted+mongodb运维自动化系统开发(一)

tornado+ansible+twisted+mongodb运维自动化系统开发(一)

运行脚本tornado+ansible+twisted+mongodb运维自动化系统开发(一)

tornado+ansible+twisted+mongodb运维自动化系统开发(一)

tornado+ansible+twisted+mongodb运维自动化系统开发(一)

请忽略我粗糙的UI

每天开始分析实现代码,要源码留言哈~

tornado+ansible+twisted+mongodb运维自动化系统开发(一)

上一篇:计算数据库中各个表的数据量和每行记录所占用空间--添加架构信息-读后感及知识整理


下一篇:MYSQL存储过程怎么写