Skip to content

Software provisioning, configuration management, and application-deployment tool.

Notifications You must be signed in to change notification settings

abrashamc/InfrastructureAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Software provisioning, configuration management, and application-deployment tool.

Resources

Stars

Watchers

Forks

Languages