46 lines
1010 B
YAML
46 lines
1010 B
YAML
blodgett:
|
|
hosts:
|
|
blodgett-mdf-4507:
|
|
ansible_host: 192.168.53.1
|
|
building_name: blodgett
|
|
porter:
|
|
hosts:
|
|
porter-4507-1:
|
|
ansible_host: 192.168.40.1
|
|
building_name: porter
|
|
grant:
|
|
hosts:
|
|
grant-4507-1:
|
|
ansible_host: 192.168.9.1
|
|
building_name: grant
|
|
shea:
|
|
hosts:
|
|
shea-4507-1:
|
|
ansible_host: 192.168.14.1
|
|
building_name: shea
|
|
frazer:
|
|
hosts:
|
|
frazer-mdf-4507:
|
|
ansible_host: 192.168.25.1
|
|
building_name: frazer
|
|
ssc:
|
|
hosts:
|
|
ssc-mdf-4507:
|
|
ansible_host: 192.168.56.1
|
|
building_name: ssc
|
|
ct:
|
|
hosts:
|
|
noc-n7k-a:
|
|
ansible_host: 192.168.1.2
|
|
ansible_network_os: cisco.nxos.nxos
|
|
building_name: ct
|
|
noc-n7k-b:
|
|
ansible_host: 192.168.1.3
|
|
ansible_network_os: cisco.nxos.nxos
|
|
building_name: ct
|
|
all:
|
|
vars:
|
|
ansible_connection: ansible.netcommon.network_cli
|
|
ansible_network_os: cisco.ios.ios
|
|
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|