Ansible can be installed/used only on Linux. To use on Windows you need Linux to be installed. There are multiple ways you can achieve this.
Anyone Option:
- Install Linux in Virtual Box or VMware. (Suggested)
- Install Windows Subsystem 2 for Linux(WSL2).
- Docker image of Ansible.
As Ansible is very lightweight, Memory and CPU don't matter for working with Linux. But Windows setup requires a little more effort as we need Linux as a base.