Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.44 KB

README.md

File metadata and controls

60 lines (44 loc) · 2.44 KB

Programmability Lab Ansible Content. -- Out of Date!!!

This is a quick rundown of format and file content

Ansible Config File

ansible.cfg

  • Turns off Host Key Checking
  • Identifies inventory file as inventory_pod.ini
  • Extends Roles Path

Inventory File

inventory_pod.ini NOTE: device ips not filled see sharepoint or pod

Groups:

  • access, core, wan
  • switches:children: access, core

Global Variables:

NOTE: usernames,passwords not filled see sharepoint or pod

  • ansible_network_os=cisco.ios.ios
  • ansible_become
  • ansible_user
  • ansible_become_method=enable
  • ansible_ssh_pass
  • ansible_become_pass

Variable Files

Note: On pod, core and access are named the host ip for each host

Templates

Roles

ansible-pyats is installed in this folder

Playbooks

Lab Guide

Lab Guide Part 1
Lab Guide Part 2
Lab Guide Part 3
Lab Guide Part 4