Skip to content

Commit 1f4e685

Browse files
committed
add for other options
Signed-off-by: Dashuai Zhang <[email protected]>
1 parent b147bf1 commit 1f4e685

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Hostname,ManagementIp,HwSku,Type,Protocol,Os
1+
Hostname,ManagementIp,HwSku,Type,Protocol,Os,AuthType
22
str-msn2700-01,10.251.0.188/23,Mellanox-2700,DevSonic,,sonic
33
str-7260-10,10.251.0.13/23,Arista-7260QX-64,FanoutLeaf,,sonic
44
str-7260-11,10.251.0.234/23,Arista-7260QX-64,FanoutRoot,,eos
55
str-acs-serv-01,10.251.0.245/23,TestServ,Server,,ubuntu
66
pdu-1,192.168.9.2,Apc,Pdu,snmp,
77
pdu-2,192.168.9.3,Sentry,Pdu,snmp,
8-
console-1,192.168.10.1/23,Cisco,ConsoleServer,ssh,sonic
9-
console-2,192.168.10.2/23,Sonic,ConsoleServer,ssh,cisco
8+
console-1,192.168.10.1/23,Cisco,ConsoleServer,ssh,sonic,tacacs
9+
console-2,192.168.10.2/23,Sonic,ConsoleServer,ssh,cisco,
1010
management-1,192.168.10.3/23,Sonic,MgmtTsToRRouter,,sonic

ansible/group_vars/lab/secrets.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,18 @@ console_login:
1919
console_conserver:
2020
user: "root"
2121
passwd: ["password1", "password2"]
22+
23+
console_login_options:
24+
'tacacs':
25+
console_telnet:
26+
user: "root"
27+
passwd: ["password1", "password2"]
28+
console_ssh:
29+
user: "root"
30+
passwd: ["password1", "password2"]
31+
console_ssh_menu_ports:
32+
user: "root"
33+
passwd: ["password1", "password2"]
34+
console_conserver:
35+
user: "root"
36+
passwd: ["password1", "password2"]

0 commit comments

Comments
 (0)