How To Build An Ansible Clone Using Python

How To Build An Ansible Clone Using Python

Description

Learn to build an Ansible like command line utility called Commander

Commander is a replica of scripts I built while working at companies like PayPal, eBay, and Symantec to help manage & patch thousands of Linux systems and network devices.

In this course you’ll learn how to

– Build a command line utility in Python

– Use Python to SSH to Linux machines and run commands.

– Setup sudo for running commands as root

– Use Threading to increase speed by reducing wait time on network i/o

– Upload & Download files to servers via SCP in Python

Leave a Reply