Tiny tool to manage multiple servers.
Project description
# 😽 kitten
[![Build Status](https://travis-ci.org/hoffa/kitten.svg?branch=master)](https://travis-ci.org/hoffa/kitten) [![Maintainability](https://api.codeclimate.com/v1/badges/c47c16854e850f077fbb/maintainability)](https://codeclimate.com/github/hoffa/awsutil/maintainability) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kitten.svg)](https://pypi.org/project/kitten) [![PyPI](https://img.shields.io/pypi/v/kitten.svg)](https://pypi.python.org/pypi/kitten) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fhoffa%2Fdamn.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fhoffa%2Fdamn?ref=badge_shield)
Tiny tool to manage multiple servers.
## Install
` pip install kitten `
## Examples
Get IPs in Auto Scaling group:
` $ kitten ip asg my-asg-name 18.105.107.20 34.229.135.48 `
Run command on all instances in the Auto Scaling group:
` $ kitten ip asg my-asg-name | xargs kitten run uptime ubuntu 18.105.107.20 uptime 34.229.135.48 uptime 18.105.107.20 17:11:48 up 1 day, 6:02, 0 users, load average: 0.91, 2.99, 3.49 34.229.135.48 17:11:48 up 5 days, 11:19, 0 users, load average: 6.34, 5.94, 5.72 `
Commands are always run in parallel. Use xargs’s -L to not overwhelm your host.
Run command on 10 instances at a time: ` $ kitten ip asg big-prod-asg | xargs -L 10 kitten run --sudo 'service nginx restart' ubuntu `
Download file: ` $ kitten ip elb big-prod-elb | xargs kitten get /var/log/system.log ubuntu `
Upload file: ` $ kitten ip elb big-prod-elb | xargs kitten put nginx.conf /etc/init/nginx.conf ubuntu `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kitten-0.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aad1af14f2cf5f5e8430528c10b366e772d3e298681bc70f277c6d63a850023 |
|
MD5 | a540407ea5e0e25a46a58f6ddc011814 |
|
BLAKE2b-256 | df4b48f25841a0a0a35645a785e08d857311add3892a3f0d0597a40493e6c5e2 |