http://blog.csdn.net/smallfish1983/article/details/38078019照着上面那哥们写的,初学,不要吐血,基本功能实现了。root@ubuntu12:~/ansible/tornado#tree.├──templates│├──index.html│└──result.html└──test.pyroot@ubuntu12:~/ansible/tornado#cattest.py#c..
分类:
数据库 时间:
2014-09-28 18:53:17
阅读次数:
368
tornado+ansible+twisted+mongodb运维自动化系统开发(三)...
分类:
数据库 时间:
2014-07-26 15:20:10
阅读次数:
289
源码:
#!/usr/bin/env python
#coding:utf-8
import os.path
import tornado.locale
import tornado.httpserver
import tornado.ioloop
import tornado.options
import tornado.web
from tornado.options import defi...
分类:
数据库 时间:
2014-07-24 10:31:32
阅读次数:
314
前段时间学习了一下ansible的配置管理(http://blog.csdn.net/column/details/ansible.html anisble配置工具翻译专栏),感觉很强大,就想着把最近看的tornado和twisted和它结合一下做一个webUI
今天动手做了一个demo,目前大概实现的功能是:添加ansible主机,然后单台运行脚本(后续会把playbook和批量运行加上)...
分类:
数据库 时间:
2014-07-23 22:31:47
阅读次数:
387