-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi,
I am trying to run a firmware update for a hp Aruba server. I am running into a issue where non-interactive ssh commands are not supported. I receive the message "SSH command execution is not supported" as a result.
This is what my play looks like.
---
- hosts: "{{ hosts }}"
name: Download Firmware Image To Hosts And Reboot
collections:
- arubanetworks.aos_switch
tasks:
- name: Upgrade Firmware via SSH CLI
arubaoss_file_transfer:
file_url: "https://{{http_server}}/firmware/KB_16_11_0004.swi"
file_type: "FTT_FIRMWARE"
boot_image: "BI_SECONDARY_IMAGE"
action: "FTA_DOWNLOAD"
Is there any support for non-ssh usage, or using the interactive shell? Let me know if you know of any ways to get around this issue. Thanks!
Metadata
Metadata
Assignees
Labels
No labels