Merge pull request #96 from fengsp/master

Add plan to DevOps Tools
This commit is contained in:
Vinta 2014-07-08 09:35:35 +08:00
commit 43adc5c1a0

View File

@ -745,6 +745,7 @@ long, literate-programming-style documentation generator.
* [SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system. * [SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system.
* [Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks. * [Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks.
* [Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files. * [Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files.
* [Plan](https://github.com/fengsp/plan) - Writing crontab file in Python like a charm.
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric. * [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
* [doit](http://pydoit.org/) - A task runner/build tool. * [doit](http://pydoit.org/) - A task runner/build tool.
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. * [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.