From 8a754e0858d922e955e71b253c139e071ecec432 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:04:21 +0200 Subject: Adding upstream version 2.14.3. Signed-off-by: Daniel Baumann --- docs/docsite/rst/os_guide/index.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/docsite/rst/os_guide/index.rst (limited to 'docs/docsite/rst/os_guide/index.rst') 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 `_. + +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 -- cgit v1.2.3