|
|
@ -33,10 +33,11 @@ modules and internal components.
|
|
|
|
|
|
|
|
|
|
|
|
Can Ansible run on Windows?
|
|
|
|
Can Ansible run on Windows?
|
|
|
|
```````````````````````````
|
|
|
|
```````````````````````````
|
|
|
|
No, Ansible cannot run on a Windows host and can only manage Windows hosts, but
|
|
|
|
No, Ansible cannot run on a Windows host natively and can only manage Windows hosts,
|
|
|
|
Ansible can be run under the Windows Subsystem for Linux (WSL).
|
|
|
|
but Ansible can be run under the Windows Subsystem for Linux (WSL).
|
|
|
|
|
|
|
|
|
|
|
|
.. note:: The Windows Subsystem for Linux is not supported by Ansible.
|
|
|
|
.. note:: The Windows Subsystem for Linux is not supported by Ansible and
|
|
|
|
|
|
|
|
should not be used for production systems.
|
|
|
|
|
|
|
|
|
|
|
|
To install Ansible on WSL, the following commands
|
|
|
|
To install Ansible on WSL, the following commands
|
|
|
|
can be run in the bash terminal:
|
|
|
|
can be run in the bash terminal:
|
|
|
|