Skip to content

Commit 1f29d0e

Browse files
committed
Updating to reflect lab environment build
1 parent 3539a74 commit 1f29d0e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

class2/collateral/video_eos_modules_basics/ansible-hosts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ username=pyclass
2222
password=invalid
2323

2424
[arista]
25-
pynet-sw1 ansible_host=184.105.247.72
26-
pynet-sw2 ansible_host=184.105.247.73
27-
pynet-sw3 ansible_host=184.105.247.74
28-
pynet-sw4 ansible_host=184.105.247.75
25+
pynet-sw5 ansible_host=184.105.247.83
26+
pynet-sw6 ansible_host=184.105.247.84
27+
pynet-sw7 ansible_host=184.105.247.85
28+
pynet-sw8 ansible_host=184.105.247.86
2929

3030
[arista:vars]
3131
username=pyclass

class2/collateral/video_eos_modules_basics/eos_example_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: EOS Example
3-
hosts: pynet-sw1
3+
hosts: pynet-sw5
44
vars:
55
ssh:
66
host: "{{ ansible_host }}"

class2/collateral/video_eos_modules_basics/eos_example_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: EOS Example
3-
hosts: pynet-sw1
3+
hosts: pynet-sw5
44
vars:
55
ssh:
66
host: "{{ ansible_host }}"

0 commit comments

Comments
 (0)