-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
30 lines (23 loc) · 899 Bytes
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[all:vars]
ansible_python_interpreter="/usr/bin/env python"
[iosxe:vars]
# Fill in a unique pod name with no spaces
user_pod = ddrummay
# Fill in a pod number between 10 and 250
pod_number = 169
# The next two variables are only required for the DevNet Express Mission. When you get to the mission it will instruct
# you to fill these in. If you are using the sandbox lab, you may ignore them.
# Fill in your Webex Teams auth token from https://developer.webex.com/getting-started.html
webex_token = mytokenabcdef
# Fill in your Webex Teams room id you wish to post to
webex_room_id = roomIDabc123456defghi789jklmnopqr0
[iosxe:children]
# FYI - If you are in a DevNet Express please add a #
# in front of sandbox and remove the # in front of express.
sandbox
#express
[sandbox]
10.10.20.48 ansible_port=22
[express]
198.18.134.11 # dcloud pod router #1
198.18.134.12 # dcloud pod router #2