Skip to content

A collection of ansible playbooks and related files to assist in the zoning configuration on a Cisco Nexus switch

Notifications You must be signed in to change notification settings

rbenigno/ansible-autozone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-autozone

Pulls WWPNs from a Cisco UCS service profiles, and create zone config snippets

Requires Python 2.7.x, Cisco UCS Python SDK 0.8.3

Setup

Python 2.7.9 enables certificate validation by default. Need to edit the UCS SKD's UcsHandle.py file so it works with self-signed certs. https://www.python.org/dev/peps/pep-0476/#opting-out.

# Workaround for Python 2.7.9 certificate validation (https://www.python.org/dev/peps/pep-0476/#opting-out)
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
``

About

A collection of ansible playbooks and related files to assist in the zoning configuration on a Cisco Nexus switch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%