-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding hosts file and updating source inventory to use it
- Loading branch information
Todd Ruch
committed
Jan 7, 2025
1 parent
51cfdb2
commit b658a51
Showing
2 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[ios] | ||
sandbox-iosxe-latest-1.cisco.com | ||
|
||
[ios:vars] | ||
ansible_connection=ansible.netcommon.network_cli | ||
ansible_network_os=ios | ||
; ansible_network_os=cisco.ios.ios | ||
ansible_password=C1sco12345 | ||
ansible_ssh_password=C1sco12345 | ||
ansible_port=22 | ||
ansible_user=admin | ||
|
||
[iosxr] | ||
sandbox-iosxr-1.cisco.com | ||
|
||
[iosxr:vars] | ||
ansible_connection=ansible.netcommon.network_cli | ||
ansible_network_os=iosxr | ||
; ansible_network_os=cisco.iosxr.iosxr | ||
ansible_password=C1sco12345 | ||
ansible_ssh_pass=C1sco12345 | ||
ansible_port=22 | ||
ansible_user=admin | ||
|
||
[nxos] | ||
sbx-nxos-mgmt.cisco.com | ||
sandbox-nxos-1.cisco.com | ||
|
||
[nxos:vars] | ||
# ansible_connection=ansible.netcommon.httpapi | ||
# ansible_httpapi_use_ssl='yes' | ||
# ansible_httpapi_validate_certs='no' | ||
# ansible_port=443 | ||
ansible_network_os=nxos | ||
#ansible_network_os=cisco.nxos.nxos | ||
ansible_password=Admin_1234! | ||
ansible_ssh_pass=Admin_1234! | ||
ansible_port=22 | ||
ansible_user=admin | ||
|
||
[routers] | ||
sbx-nxos-mgmt.cisco.com | ||
sandbox-nxos-1.cisco.com | ||
sandbox-iosxr-1.cisco.com | ||
sandbox-iosxe-latest-1.cisco.com | ||
|
||
[routers:vars] | ||
ansible_connection=ansible.netcommon.network_cli | ||
|
||
[webservers] | ||
reports ansible_host=ec2-18-118-189-162.us-east-2.compute.amazonaws.com ansible_user=ec2-user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters