mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
ReStructuredText
26 lines
1.2 KiB
ReStructuredText
2 years ago
|
.. _win_guide_index:
|
||
|
|
||
|
########################
|
||
|
Using Ansible on Windows
|
||
|
########################
|
||
|
|
||
|
.. note::
|
||
|
|
||
|
**Making Open Source More Inclusive**
|
||
|
|
||
|
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. We ask that you open an issue or pull request if you come upon a term that we have missed. For more details, see `our CTO Chris Wright's message <https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language>`_.
|
||
|
|
||
|
Welcome to the Ansible guide for Microsoft Windows.
|
||
|
This guide shows you how to set up Ansible on a Windows host, configure WinRM for Ansible, perform operations, and tune performance.
|
||
|
Additionally, because Windows is not a POSIX-compliant operating system, Ansible interacts with Windows hosts differently to Linux/Unix hosts.
|
||
|
You can find information about those differences, and everything you need to know about using Ansible on Windows, in this guide.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
windows_setup
|
||
|
windows_usage
|
||
|
windows_winrm
|
||
|
windows_dsc
|
||
|
windows_performance
|
||
|
windows_faq
|