Skip to content

Commit

Permalink
fix(ansible): root access for switch try
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed May 25, 2024
1 parent d6f303b commit 60845ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
gather_facts: false
tasks:
- name: run show version on remote devices
#become: yes
arista.eos.eos_command:
commands:
- show version
- show interfaces
- show running-config
#- show running-config

# TODO: send lab/hardware/A100G/arista.config to the switch
# TODO: send lab/hardware/ToR/arista.config to the switch
Expand Down

0 comments on commit 60845ba

Please sign in to comment.