tonylixu / python-fabric

Useful python fabric scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

This project contains python fabric scripts that help system administators doing their admin works. For example, zookeeper operations, AWS web service operations such as create DNS record, update stacks, create instances, ..etc.

Please check the fabfile directory for a complete list. Each python script is well documented and pretty self-explanatory.

Motivation

As a DevOps engineer, I do a lot of system administartion (operations) in my daily work. I think it is a good thing to share some of the tools (scripts) I use so that other people can benifit from this (hopefully)

Contributors

Tony Li Xu (tonylixu@gmail.com) www.lixu.ca

License

MIT License

Copyright (c) [2016] [Tony Li Xu]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Useful python fabric scripts

License:Apache License 2.0


Languages

Language:Python 100.0%