Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/DOCUMENTATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down