Hi Cm,
You need to use ansible role aos wlan -> https://github.com/aruba/aos-wlan-ansible-role and found API call to execute copy command (look on the https://developer.arubanetworks.com/aos8/reference/post_object-copy-flash-tftp for example...)
------------------------------
PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...
PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)
PowerArubaCL: Powershell Module to use Aruba Central
PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..
ACEP / ACMX #107 / ACDX #1281
------------------------------
Original Message:
Sent: Oct 16, 2025 02:09 PM
From: cm119
Subject: ArubsOS Mobility Controller/Conductor Ansible CLI
In the past I was able to get the Ansible aruba_command module working to execute CLI commands to my mobility controllers to do things like create flash backups then copy those to an SFTP server. At some point over time and updates to Ansible those playbooks broke. I am trying to fix them, and finding that the Aruba modules such as aruba_command are now deprecated?
What is the current state of being able to execute CLI commands against ArubaOS WLAN devices via Ansible?
-------------------------------------------