Skip to content

Commit 7fb134b

Browse files
author
Shu0T1an ChenG
committed
[testbed]: Remove connection local for port_alias module
1 parent 644c12f commit 7fb134b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ansible/config_sonic_basedon_testbed.yml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666

6767
- name: find interface name mapping and individual interface speed if defined
6868
port_alias: hwsku="{{ hwsku }}"
69-
connection: local
7069

7170
- name: find all enabled host_interfaces
7271
set_fact:

ansible/roles/fanout/tasks/fanout_sonic.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- name: find interface name mapping
44
port_alias: hwsku="{{ device_info["HwSku"] }}"
5-
connection: local
65

76
- name: prepare fanout switch admin login info
87
set_fact: ansible_user={{ fanout_sonic_user }} ansible_password={{ fanout_sonic_password }}

0 commit comments

Comments
 (0)