mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Fix invalid fields in module DOCUMENATION (#22297)
* fix module doc fields * More module docs corrections * More module docs corrections * More module docs corrections * More module docs corrections * correct aliases * Review comments * Must quote ':' * More authors * Use suboptions: * restore type: bool * type should be in the same place * More tidyups * authors * Use suboptions * revert * remove duplicate author * More issues post rebase
This commit is contained in:
parent
000ca2a2bc
commit
e5b990a55a
138 changed files with 176 additions and 256 deletions
|
@ -137,7 +137,6 @@ options:
|
|||
- When a default security group is created for a Linux host a rule will be added allowing inbound TCP
|
||||
connections to the default SSH port 22, and for a Windows host rules will be added allowing inbound
|
||||
access to RDP ports 3389 and 5986. Override the default ports by providing a list of open ports.
|
||||
type: list
|
||||
required: false
|
||||
default: null
|
||||
extends_documentation_fragment:
|
||||
|
|
|
@ -69,10 +69,9 @@ options:
|
|||
rules:
|
||||
description:
|
||||
- Set of rules shaping traffic flow to or from a subnet or NIC. Each rule is a dictionary.
|
||||
type: complex
|
||||
required: false
|
||||
default: null
|
||||
contains:
|
||||
suboptions:
|
||||
name:
|
||||
description: Unique name for the rule.
|
||||
required: true
|
||||
|
|
|
@ -54,7 +54,7 @@ options:
|
|||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
authors:
|
||||
author:
|
||||
- "Chris Houseknecht house@redhat.com"
|
||||
- "Matt Davis mdavis@redhat.com"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue