ansible-aix / ansible-power-aix

Developer contributions for Ansible Automation on Power
GNU General Public License v3.0
3 stars 1 forks source link

New vios_alt_disk module #43

Open dberg1 opened 4 years ago

dberg1 commented 4 years ago

Implement alternate disk copy directly from the VIOS (without NIM). Need to decide whether to use padmin or root (or have a role to switch from padmin to root).

robinvy commented 4 years ago

To avoid duplicate code (with Perl for example) we'll continue to write with Python.

robinvy commented 4 years ago

Working on multiple disks specification. But in automatic disk selection it can pick only one disk that fits the required size.

dberg1 commented 4 years ago

Pushed support for multiple target disks.