build software RAID 0 with ansible

Hello folks,

i am trying build playbook to create software raid 0 using mdadm_arrays module
but having lots of confusion some one have the playbook to create software raid 0.

Thanks,
Rasul.

This role by Larry Smith Jr. should get you started:
https://github.com/mrlesmithjr/ansible-mdadm

Cheers, MJ

This has everything you need

https://github.com/mrlesmithjr/ansible-mdadm

I used it for a project I needed to build RAID levels on.