Giter Club home page Giter Club logo

auto-deployer's Introduction

auto-deployer

Auto deploy is a usefull automation tool that is able to send files using SFTP and run commands on multiple remote machines using SSH simultaneously. You can simply add hosts info in hosts.yml config file and then run this program using specified flags that I mention them in the following.

How to run:

python3 auto-deployer.py \\
--hosts <path_to_hosts.yml> \\
--command <first_remote_command> \\ 
--command <second_remote_command> ...

Sample command:

python3 auto-deployer.py \\
--hosts hosts.yml \\
--command "rm test.sh" \\
--command date \\
--command "touch test.sh" \\
--command "ls -lh test.sh" \\
--command "chmod +x test.sh" \\
--command "ls -lh test.sh"

Sample output

ERROR: timed out connecting to host 10.0.0.1 through SSH
ERROR: timed out connecting to host 10.0.0.2 through SSH
command "rm test.sh" ran on test3

output of command "date" on test3:
Tue May 26 19:12:48 +0430 2020

command "touch test.sh" ran on test3

output of command "ls -lh test.sh" on test3:
-rw-rw-r-- 1 dev dev 0 May 26 19:12 test.sh

command "chmod +x test.sh" ran on test3

output of command "ls -lh test.sh" on test3:
-rwxrwxr-x 1 dev dev 0 May 26 19:12 test.sh

auto-deployer's People

Contributors

thehesamgh avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.