From 6c4e7ab65ae1fb95058275cd6cf2f6cc582fa974 Mon Sep 17 00:00:00 2001 From: John Poland Date: Wed, 5 Mar 2025 15:30:58 -0500 Subject: [PATCH] updated inventory-cisco.yml --- code/inventory-cisco.yml | 157 ++++++++++++++++-- ...{frazer-mdf-4507.cfg => frazer-4507-1.cfg} | 0 .../{grant-4507-1.cfg => grant-mdf-4507.cfg} | 0 3 files changed, 147 insertions(+), 10 deletions(-) rename configs/frazer/{frazer-mdf-4507.cfg => frazer-4507-1.cfg} (100%) rename configs/grant/{grant-4507-1.cfg => grant-mdf-4507.cfg} (100%) diff --git a/code/inventory-cisco.yml b/code/inventory-cisco.yml index 6055a45..e25912e 100644 --- a/code/inventory-cisco.yml +++ b/code/inventory-cisco.yml @@ -1,33 +1,169 @@ -blodgett: +nottingham: hosts: - blodgett-mdf-4507: - ansible_host: 192.168.53.1 - building_name: blodgett -porter: + nottingham-mdf-4507: + ansible_host: 192.168.4.1 + building_name: nottingham +henninger: hosts: - porter-4507-1: - ansible_host: 192.168.40.1 - building_name: porter + henninger-mdf-4507: + ansible_host: 192.168.6.1 + building_name: henninger +corcoran: + hosts: + corcoran-mdf-4507: + ansible_host: 192.168.7.1 + building_name: corcoran grant: hosts: - grant-4507-1: + grant-mdf-4507: ansible_host: 192.168.9.1 building_name: grant +levy: + hosts: + levy-mdf-4507-1: + ansible_host: 192.168.10.1 + building_name: levy +lincol: + hosts: + lincol-4507-1: + ansible_host: 192.168.13.1 + building_name: lincol shea: hosts: shea-4507-1: ansible_host: 192.168.14.1 building_name: shea +belle: + hosts: + belle-4507-1: + ansible_host: 192.168.16.1 + building_name: belle +king: + hosts: + king-4507-1: + ansible_host: 192.168.20.1 + building_name: king +danforth: + hosts: + danforth-mdf-4507: + ansible_host: 192.168.21.1 + building_name: danforth +delaware: + hosts: + delaware-mdf-4507: + ansible_host: 192.168.22.1 + building_name: delaware +elmwood: + hosts: + elmwood-mdf-4507: + ansible_host: 192.168.23.1 + building_name: elmwood +frank: + hosts: + frank-mdf-4507: + ansible_host: 192.168.24.1 + building_name: frank frazer: hosts: - frazer-mdf-4507: + frazer-4507-1: ansible_host: 192.168.25.1 building_name: frazer +elmcrest: + hosts: + Elmcrest-mdf-4507: + ansible_host: 192.168.27.1 + building_name: elmcrest +hughes: + hosts: + hughes-4507-01: + ansible_host: 192.168.28.1 + building_name: hughes +hunt: + hosts: + hunt-4507-1: + ansible_host: 192.168.29.1 + building_name: hunt +salem_h: + hosts: + salem_h-4507-1: + ansible_host: 192.168.30.1 + building_name: salem_h +mckin: + hosts: + mckin-4507-1: + ansible_host: 192.168.36.1 + building_name: mckin +meach: + hosts: + meach-4507-1: + ansible_host: 192.168.37.1 + building_name: meach +porter: + hosts: + porter-4507-1: + ansible_host: 192.168.40.1 + building_name: porter +seymour: + hosts: + seymour-mdf-4507: + ansible_host: 192.168.44.1 + building_name: seymour +edsmith: + hosts: + edsmith-4507-1: + ansible_host: 192.168.45.1 + building_name: edsmith +exped: + hosts: + exped-mdf-4507: + ansible_host: 192.168.47.1 + building_name: exped +beard: + hosts: + beard-mdf-4507: + ansible_host: 192.168.48.1 + building_name: beard +vanduyn: + hosts: + vanduyn-mdf-4507: + ansible_host: 192.168.49.1 + building_name: vanduyn +webster: + hosts: + webster-4507-1: + ansible_host: 192.168.51.1 + building_name: webster +blodgett: + hosts: + blodgett-mdf-4507: + ansible_host: 192.168.53.1 + building_name: blodgett +johnsn: + hosts: + johnsn-4507-1: + ansible_host: 192.168.54.1 + building_name: johnsn +co: + hosts: + co-mdf-4507: + ansible_host: 192.168.55.1 + building_name: co ssc: hosts: ssc-mdf-4507: ansible_host: 192.168.56.1 building_name: ssc +trans: + hosts: + trans-mdf-4507: + ansible_host: 192.168.57.1 + building_name: trans +pdc: + hosts: + pdc-mdf-4507: + ansible_host: 192.168.60.1 + building_name: pdc + ct: hosts: noc-n7k-a: @@ -43,3 +179,4 @@ all: ansible_connection: ansible.netcommon.network_cli ansible_network_os: cisco.ios.ios ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" + diff --git a/configs/frazer/frazer-mdf-4507.cfg b/configs/frazer/frazer-4507-1.cfg similarity index 100% rename from configs/frazer/frazer-mdf-4507.cfg rename to configs/frazer/frazer-4507-1.cfg diff --git a/configs/grant/grant-4507-1.cfg b/configs/grant/grant-mdf-4507.cfg similarity index 100% rename from configs/grant/grant-4507-1.cfg rename to configs/grant/grant-mdf-4507.cfg