Install Ansible on windows.

It can be installed only on Linux but to use on Windows there are multiple options. 1. Virtualization 2. Windows Subsystem for Linux 3. Docker image.
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.


Post a Comment