Does anyone have any working Ansible playbooks for 8.x controllers and MM? I'm having nothing but issues getting some basic CLI commands to work. The first couple playbooks I want to setup are for automating config backups and collecting tech support logs. Both of these require straight SSH CLI commands that aren't in any of the Aruba Ansible modules, so I've been trying the built-in Ansible 'aruba_command' module, but not having any luck getting a working setup. I've also tried the 'raw' module to just issue straight SSH commands, but that one doesn't support 'wait_for', or any other way I can find to collect logs, copy to ftp, and enter the FTP password with the correct timing.
TL;DR: does anyone have working examples of Ansible playbooks for something like a simple config backup to FTP?