All Projects → oinume → Tomahawk

oinume / Tomahawk

Licence: other
A simple ssh wrapper to execute commands into many hosts.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Tomahawk

Kubectl Plugins
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
Stars: ✭ 340 (+309.64%)
Mutual labels:  devops, ssh
Jjg Ansible Windows
[DEPRECATED] Windows shell provisioning script to bootstrap Ansible from within a Vagrant VM.
Stars: ✭ 82 (-1.2%)
Mutual labels:  devops, ssh
Bolt
Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be installed on your local workstation and connects directly to remote nodes with SSH or WinRM, so you are not required to install any agent software.
Stars: ✭ 380 (+357.83%)
Mutual labels:  devops, ssh
Opensa
资产管理、资产采集、灰度发布、反向代理、批量任务、任务编排、计划任务、日志审计、权限管理、角色管理、部门管理、运维自动化
Stars: ✭ 220 (+165.06%)
Mutual labels:  devops, ssh
Sshkit
A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
Stars: ✭ 989 (+1091.57%)
Mutual labels:  devops, ssh
Socker
A Go library to simplify the use of SSH for devops
Stars: ✭ 242 (+191.57%)
Mutual labels:  devops, ssh
Opscloud
运维管理平台(阿里云),自动同步阿里云配置信息,堡垒机(容器),批量运维,Kubernetes,Zabbix管理等功能
Stars: ✭ 788 (+849.4%)
Mutual labels:  devops, ssh
Chef Ssh Hardening
This chef cookbook provides secure ssh-client and ssh-server configurations.
Stars: ✭ 144 (+73.49%)
Mutual labels:  devops, ssh
Sshportal
🎩 simple, fun and transparent SSH (and telnet) bastion server
Stars: ✭ 978 (+1078.31%)
Mutual labels:  devops, ssh
Ssh Key Editor
Web UI to manage ssh keys
Stars: ✭ 12 (-85.54%)
Mutual labels:  devops, ssh
Assh
💻 make your ssh client smarter
Stars: ✭ 2,340 (+2719.28%)
Mutual labels:  devops, ssh
Module Security Public
The public documentation for the gruntwork-io/module-security repo, which contains packages for setting up best practices for managing secrets, credentials, and servers
Stars: ✭ 67 (-19.28%)
Mutual labels:  devops, ssh
Sshmon
Manage and monitor SSH connections.
Stars: ✭ 152 (+83.13%)
Mutual labels:  devops, ssh
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (+239.76%)
Mutual labels:  devops, ssh
Flightplan
Run sequences of shell commands against local and remote hosts.
Stars: ✭ 1,804 (+2073.49%)
Mutual labels:  devops, ssh
Scaleway Cli
Command Line Interface for Scaleway
Stars: ✭ 654 (+687.95%)
Mutual labels:  devops, ssh
Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (+2983.13%)
Mutual labels:  devops, ssh
Awesome Ssh
💻 A curated list of SSH resources.
Stars: ✭ 1,742 (+1998.8%)
Mutual labels:  devops, ssh
Ssh Helper
Easily manage your ssh config.
Stars: ✭ 19 (-77.11%)
Mutual labels:  devops, ssh
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (+1254.22%)
Mutual labels:  devops, ssh

.. -- restructuredtext --

.. image:: https://img.shields.io/travis/oinume/tomahawk/hotfix/0.7.svg :target: https://travis-ci.org/oinume/tomahawk :alt: Build status

.. image:: https://img.shields.io/pypi/v/tomahawk.svg :target: https://pypi.python.org/pypi/tomahawk/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/tomahawk.svg :target: https://pypi.python.org/pypi/tomahawk/ :alt: Downloads

.. image:: https://img.shields.io/github/license/oinume/tomahawk.svg :target: https://pypi.python.org/pypi/tomahawk/ :alt: License

Examples

$ tomahawk -h host1,host2,host3 uptime

--> 'uptime' command is executed in host1, host2 and host3 as follows.

[email protected] % uptime 22:41:27 up 10 days, 3:26, 1 users, load average: 1.11, 1.13, 1.11

[email protected] % uptime 22:41:28 up 20 days, 4:26, 2 users, load average: 2.11, 2.13, 2.11

[email protected] % uptime 22:41:29 up 30 days, 5:26, 3 users, load average: 3.11, 3.13, 3.11

$ tomahawk-rsync -h host1,host2,host3 test.py /tmp/test.py

--> 'test.py' is copied to host1, host2 and host3.

See more usages: http://readthedocs.org/docs/tomahawk/en/latest/

Documentation

See http://readthedocs.org/docs/tomahawk/en/latest/

Changes

See https://github.com/oinume/tomahawk/blob/master/docs/en/changes.rst

How to contribute

Report a bug

https://github.com/oinume/tomahawk/issues

Send a patch

Fork, modify code, add tests, run tests, send pull request.

For developers

Install tomahawk in develop mode. ::

$ python setup.py develop

or

$ pip install -e .

Install following modules for testing. ::

$ pip install requirements-dev.txt

Run unit tests ::

$ py.test tests/internal/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].