1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix link and toctree (#45595)

This commit is contained in:
Dag Wieers 2018-09-13 19:38:49 +02:00 committed by Alicia Cozine
parent de84a05bf4
commit 6999bf318f
4 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,7 @@ Desired State Configuration
===========================
.. contents:: Topics
:local:
What is Desired State Configuration?
````````````````````````````````````
@ -387,7 +388,7 @@ Setup IIS Website
An introduction to playbooks
:doc:`playbooks_best_practices`
Best practices advice
`List of Windows Modules :ref:`<windows_modules>`
:ref:`List of Windows Modules <windows_modules>`
Windows specific module list, all implemented in PowerShell
`User Mailing List <https://groups.google.com/group/ansible-project>`_
Have a question? Stop by the google group!

View file

@ -3,6 +3,7 @@ Setting up a Windows Host
This document discusses the setup that is required before Ansible can communicate with a Microsoft Windows host.
.. contents:: Topics
:local:
Host Requirements
`````````````````

View file

@ -6,6 +6,7 @@ when it comes to components like path separators and OS-specific tasks.
This document covers details specific to using Ansible for Windows.
.. contents:: Topics
:local:
Use Cases
`````````

View file

@ -4,6 +4,7 @@ Unlike Linux/Unix hosts, which use SSH by default, Windows hosts are
configured with WinRM. This topic covers how to configure and use WinRM with Ansible.
.. contents:: Topics
:local:
What is WinRM?
``````````````