Need to find out System hardware details for windows machine

Hi Team,

Can anyone please tell me,how to find out the system hardware details like CPU,Memory and all for windows machine via ansible

Thanks,
Nandhakumar

fact gathering should get you all that information, inspect
`ansible_facts` variable.

Thanks Brian…how do we extract the details from the output?

Is there any other way apart from gathering fact Brian?

Thanks Brian..how do we extract the details from the output?

not sure what you mean, you just access the details.

Is there any other way apart from gathering fact Brian?

You can write your own module to do the same?