Skip to content

chanhale/ansible_lab_v1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published