[PR #9447/5f47127e backport][stable-10] adjust doc style - batch 2 (#9463)

adjust doc style - batch 2 (#9447)

(cherry picked from commit 5f47127ef7)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-12-29 14:12:46 +01:00 committed by GitHub
parent ec6c2a76ad
commit cb969fc468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 47 additions and 47 deletions

View file

@ -30,7 +30,7 @@ options:
default: []
add_public_ip:
description:
- Whether to add a public ip to the server.
- Whether to add a public IP to the server.
type: bool
default: false
alias:
@ -134,13 +134,13 @@ options:
type: str
public_ip_protocol:
description:
- The protocol to use for the public ip if add_public_ip is set to True.
- The protocol to use for the public ip if O(add_public_ip=true).
type: str
default: 'TCP'
choices: ['TCP', 'UDP', 'ICMP']
public_ip_ports:
description:
- A list of ports to allow on the firewall to the servers public ip, if add_public_ip is set to True.
- A list of ports to allow on the firewall to the servers public IP, if O(add_public_ip=true).
type: list
elements: dict
default: []
@ -150,7 +150,7 @@ options:
type: str
server_ids:
description:
- Required for started, stopped, and absent states. A list of server Ids to insure are started, stopped, or absent.
- Required for started, stopped, and absent states. A list of server IDs to ensure are started, stopped, or absent.
type: list
default: []
elements: str