summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/os_guide/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/os_guide/index.rst')
-rw-r--r--docs/docsite/rst/os_guide/index.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/docsite/rst/os_guide/index.rst b/docs/docsite/rst/os_guide/index.rst
new file mode 100644
index 0000000..210a69b
--- /dev/null
+++ b/docs/docsite/rst/os_guide/index.rst
@@ -0,0 +1,27 @@
+.. _os_guide_index:
+
+################################
+Using Ansible on Windows and BSD
+################################
+
+.. 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 and BSD.
+Because Windows is not a POSIX-compliant operating system, Ansible interacts with Windows hosts differently to Linux/Unix hosts.
+Likewise managing hosts that run BSD is different to managing other Unix-like host operating systems.
+Find out everything you need to know about using Ansible on Windows and with BSD hosts.
+
+.. toctree::
+ :maxdepth: 2
+
+ windows_setup
+ windows_usage
+ windows_winrm
+ windows_dsc
+ windows_performance
+ windows_faq
+ intro_bsd \ No newline at end of file