mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
(cherry picked from commit a6e9ce42e4)
Co-authored-by: Vishal Perla <vishal260805@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ contribution. See the [DCO](DCO) file for details.
|
||||
|
||||
This repository has `stable-<MAJOR>.<MINOR>` branches to correspond to each
|
||||
ansible-core major release.
|
||||
ansible-documentation commmitters can add `backport-<MAJOR>.<MINOR>` labels to
|
||||
ansible-documentation committers can add `backport-<MAJOR>.<MINOR>` labels to
|
||||
pull requests so the [Patchback bot] will automatically create backport pull
|
||||
requests after the original PR is merged.
|
||||
Small fixes or cleanups should at least be backported to the latest
|
||||
|
||||
@@ -17,7 +17,7 @@ options:
|
||||
option_name:
|
||||
description:
|
||||
- Description of the options goes here.
|
||||
- Must be written in sentences.
|
||||
- Each description should be a full sentence for clarity.
|
||||
required: true or false
|
||||
default: a string or the word null
|
||||
choices:
|
||||
|
||||
@@ -6,9 +6,7 @@ This is to notify users that the aforementioned script is currently unmaintained
|
||||
### Why Unmaintained ?
|
||||
The script is designed to check the current WinRM (PS Remoting) configuration and make the necessary changes to allow Ansible to connect, authenticate and execute PowerShell commands. As of now, Ansible can connect to Windows host that has already run `Enable-PSRemoting` in PowerShell already.
|
||||
|
||||
There's really no need to use this script at all as the defaults in Windows are just fine. Also, using the scripts may result in potential security issues.
|
||||
|
||||
|
||||
There is no longer a need to use this script, as Windows defaults are sufficient. Also, using the scripts may result in potential security issues.
|
||||
|
||||
### Use at Your Own Risk
|
||||
- The script is provided as-is, without ongoing support or updates.
|
||||
|
||||
Reference in New Issue
Block a user