Skip to content

josephkern/fabfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fabfiles

Fabric Automation and Orchestration for Sysadmin

The files herein are task files for fabric a "simple, pythonic remote execution and deployment" framework.

Getting Started

These files are currently untested, so take this example with a grain of salt. I will be setting up a lab shortly to test the cisco commands to make sure they behave themselves. When I am comfortable running these in a production environment, I will change __status__ to Production. Before that, use at your own risk.

First install fabric

pip install fabric

next clone this repo

git clone git@github.com:josephkern/fabfiles.git
cd fabfiles

List the available commands

fab -f cisco.py --list
fab -f cisco.py -H switch1,switch2,switch3 copy_run_start

About

Automation and Orchestration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages