Skip to content

bilalstanz/Fabric_Mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mysql server configuration with Fabric over SSH

The purpose of this assignment was to be able to get comfort with the idea of using Fabric to automate server configuration over SSH.

This script calls your VM or cloud instance and run commands for mysql over SSH on vm.

environment variables required

VMIP='vm ip'
VMUSERNAME='vm username'
VMSSHKEY='private ssh-key path'
MYSQLPASS='mysql database password'

About

Using Fabric to automate server configuration over SSH.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages