Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ansible/roles/fanout/templates/arista_7060_deploy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ spanning-tree mode none
no spanning-tree vlan {{ device_vlan_range | list | join(',') }}
!
aaa authorization exec default local
!
no aaa root
aaa root secret 0 {{ lab_admin_pass }}
!
username admin privilege 15 role network-admin secret 0 {{ lab_admin_pass }}
username eapi privilege 15 secret 0 {{ lab_admin_pass }}
Expand Down
2 changes: 0 additions & 2 deletions ansible/roles/fanout/templates/arista_7260_deploy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ no spanning-tree vlan {{ device_vlan_range | list | join(',') }}
aaa authorization exec default local
aaa root secret 0 {{ lab_admin_pass }}
!
no aaa root
!
username admin privilege 15 role network-admin secret 0 {{ lab_admin_pass }}
username eapi privilege 15 secret 0 {{ lab_admin_pass }}
!
Expand Down