Skip to content

Commit c84c990

Browse files
committed
fix: add paramiko ssh type for Cisco in Controller inventory group vars
The Controller inventory's cisco group was missing ansible_network_cli_ssh_type=paramiko, so AAP job templates still failed with the ssh-rsa rejection from libssh. This completes the paramiko fix across all inventory sources (student, instructor, and Controller). Made-with: Cursor
1 parent f9b588d commit c84c990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/populate_controller/vars/network.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ controller_groups:
165165
variables:
166166
ansible_network_os: ios
167167
ansible_connection: network_cli
168+
ansible_network_cli_ssh_type: paramiko
168169
- name: arista
169170
inventory: "Workshop Inventory"
170171
variables:

0 commit comments

Comments
 (0)