We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644c12f commit 7fb134bCopy full SHA for 7fb134b
ansible/config_sonic_basedon_testbed.yml
@@ -66,7 +66,6 @@
66
67
- name: find interface name mapping and individual interface speed if defined
68
port_alias: hwsku="{{ hwsku }}"
69
- connection: local
70
71
- name: find all enabled host_interfaces
72
set_fact:
ansible/roles/fanout/tasks/fanout_sonic.yml
@@ -2,7 +2,6 @@
2
3
- name: find interface name mapping
4
port_alias: hwsku="{{ device_info["HwSku"] }}"
5
6
7
- name: prepare fanout switch admin login info
8
set_fact: ansible_user={{ fanout_sonic_user }} ansible_password={{ fanout_sonic_password }}
0 commit comments