HP Procurve switch

Does any one knows how to backup the config of HP Procurve
using Ansible.
Has anyone done this backup
I can’t see any information on the networking module

Hi!

Unfortunately there is not alot of direct Ansible support for HP Procurves.

If you need something quickly, I’d suggest straight up python using netmiko.

If you have some time this sounds like a great custom ansible module!

https://pynet.twb-tech.com/blog/automation/netmiko.html

Thanks
I will try and look at this solution