From c84c990ee2a4c1ba7c3910a38839e24eea04d0e2 Mon Sep 17 00:00:00 2001 From: Sean Cavanaugh Date: Mon, 13 Apr 2026 17:16:36 -0400 Subject: [PATCH] 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 --- roles/populate_controller/vars/network.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/populate_controller/vars/network.yml b/roles/populate_controller/vars/network.yml index 1d79ba243..193e20701 100644 --- a/roles/populate_controller/vars/network.yml +++ b/roles/populate_controller/vars/network.yml @@ -165,6 +165,7 @@ controller_groups: variables: ansible_network_os: ios ansible_connection: network_cli + ansible_network_cli_ssh_type: paramiko - name: arista inventory: "Workshop Inventory" variables: