Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1013 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 1013 Bytes

Infrastructure Automation

Connect to remote servers through SSHv2 protocol and execute pre-defined commands.
Can be used for software provisioning, configuration management, and application-deployment enabling infrastructure as code.
It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows.

Pre-requisites

Set appropriate values in -

  • ip.txt - IP addresses of servers to establish connection (Use new line for each address)
  • credentials.txt - Credentials for servers (comma separated value - username,password)
  • cmd.txt - Commands to execute (User new line for each command)

Run

  • python network_app.py

Dependency