Docs: fix typo (#127)

Co-authored-by: Florian Sesser <hi@flosse.works>
This commit is contained in:
Florian Sesser 2022-04-25 06:28:21 +02:00 committed by GitHub
parent 181949d165
commit 53fa2c1e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 30 additions and 30 deletions

View file

@ -30,7 +30,7 @@ options:
name:
description:
- The Name of the Hetzner Cloud certificate to manage.
- Only required if no certificate I(id) is given or a certificate does not exists.
- Only required if no certificate I(id) is given or a certificate does not exist.
type: str
labels:
description:
@ -39,17 +39,17 @@ options:
certificate:
description:
- Certificate and chain in PEM format, in order so that each record directly certifies the one preceding.
- Required if certificate does not exists.
- Required if certificate does not exist.
type: str
private_key:
description:
- Certificate key in PEM format.
- Required if certificate does not exists.
- Required if certificate does not exist.
type: str
domain_names:
description:
- Certificate key in PEM format.
- Required if certificate does not exists.
- Required if certificate does not exist.
type: list
elements: str
type:

View file

@ -30,7 +30,7 @@ options:
name:
description:
- The Name of the Hetzner Cloud firewall to manage.
- Only required if no firewall I(id) is given, or a firewall does not exists.
- Only required if no firewall I(id) is given, or a firewall does not exist.
type: str
labels:
description:

View file

@ -30,7 +30,7 @@ options:
name:
description:
- The Name of the Hetzner Cloud Floating IPs to manage.
- Only required if no Floating IP I(id) is given or a Floating IP does not exists.
- Only required if no Floating IP I(id) is given or a Floating IP does not exist.
type: str
description:
description:
@ -39,17 +39,17 @@ options:
home_location:
description:
- Home Location of the Hetzner Cloud Floating IP.
- Required if no I(server) is given and Floating IP does not exists.
- Required if no I(server) is given and Floating IP does not exist.
type: str
server:
description:
- Server Name the Floating IP should be assigned to.
- Required if no I(home_location) is given and Floating IP does not exists.
- Required if no I(home_location) is given and Floating IP does not exist.
type: str
type:
description:
- Type of the Floating IP.
- Required if Floating IP does not exists
- Required if Floating IP does not exist
choices: [ ipv4, ipv6 ]
type: str
force:

View file

@ -30,22 +30,22 @@ options:
name:
description:
- The Name of the Hetzner Cloud Load Balancer to manage.
- Only required if no Load Balancer I(id) is given or a Load Balancer does not exists.
- Only required if no Load Balancer I(id) is given or a Load Balancer does not exist.
type: str
load_balancer_type:
description:
- The Load Balancer Type of the Hetzner Cloud Load Balancer to manage.
- Required if Load Balancer does not exists.
- Required if Load Balancer does not exist.
type: str
location:
description:
- Location of Load Balancer.
- Required if no I(network_zone) is given and Load Balancer does not exists.
- Required if no I(network_zone) is given and Load Balancer does not exist.
type: str
network_zone:
description:
- Network Zone of Load Balancer.
- Required of no I(location) is given and Load Balancer does not exists.
- Required of no I(location) is given and Load Balancer does not exist.
type: str
labels:
description:

View file

@ -35,12 +35,12 @@ options:
destination_port:
description:
- The port traffic is forwarded to, i.e. the port the targets are listening and accepting connections on.
- Required if services does not exists and protocol is tcp.
- Required if services does not exist and protocol is tcp.
type: int
protocol:
description:
- Protocol of the service.
- Required if Load Balancer does not exists.
- Required if Load Balancer does not exist.
type: str
choices: [ http, https, tcp ]
proxyprotocol:

View file

@ -31,12 +31,12 @@ options:
name:
description:
- The Name of the Hetzner Cloud Network to manage.
- Only required if no Network I(id) is given or a Network does not exists.
- Only required if no Network I(id) is given or a Network does not exist.
type: str
ip_range:
description:
- IP range of the Network.
- Required if Network does not exists.
- Required if Network does not exist.
type: str
labels:
description:

View file

@ -30,7 +30,7 @@ options:
name:
description:
- The Name of the Hetzner Cloud placement group to manage.
- Only required if no placement group I(id) is given, or a placement group does not exists.
- Only required if no placement group I(id) is given, or a placement group does not exist.
type: str
labels:
description:

View file

@ -30,12 +30,12 @@ options:
name:
description:
- The Name of the Hetzner Cloud server to manage.
- Only required if no server I(id) is given or a server does not exists.
- Only required if no server I(id) is given or a server does not exist.
type: str
server_type:
description:
- The Server Type of the Hetzner Cloud server to manage.
- Required if server does not exists.
- Required if server does not exist.
type: str
ssh_keys:
description:
@ -57,17 +57,17 @@ options:
image:
description:
- Image the server should be created from.
- Required if server does not exists.
- Required if server does not exist.
type: str
location:
description:
- Location of Server.
- Required if no I(datacenter) is given and server does not exists.
- Required if no I(datacenter) is given and server does not exist.
type: str
datacenter:
description:
- Datacenter of Server.
- Required of no I(location) is given and server does not exists.
- Required of no I(location) is given and server does not exist.
type: str
backups:
description:
@ -100,7 +100,7 @@ options:
user_data:
description:
- User Data to be passed to the server on creation.
- Only used if server does not exists.
- Only used if server does not exist.
type: str
rescue_mode:
description:

View file

@ -30,7 +30,7 @@ options:
name:
description:
- The Name of the Hetzner Cloud ssh_key to manage.
- Only required if no ssh_key I(id) is given or a ssh_key does not exists.
- Only required if no ssh_key I(id) is given or a ssh_key does not exist.
type: str
fingerprint:
description:
@ -44,7 +44,7 @@ options:
public_key:
description:
- The Public Key to add.
- Required if ssh_key does not exists.
- Required if ssh_key does not exist.
type: str
state:
description:

View file

@ -30,7 +30,7 @@ options:
name:
description:
- The Name of the Hetzner Cloud Block Volume to manage.
- Only required if no volume I(id) is given or a volume does not exists.
- Only required if no volume I(id) is given or a volume does not exist.
type: str
size:
description:
@ -45,18 +45,18 @@ options:
format:
description:
- Automatically Format the volume on creation
- Can only be used in case the Volume does not exists.
- Can only be used in case the Volume does not exist.
type: str
choices: [xfs, ext4]
location:
description:
- Location of the Hetzner Cloud Volume.
- Required if no I(server) is given and Volume does not exists.
- Required if no I(server) is given and Volume does not exist.
type: str
server:
description:
- Server Name the Volume should be assigned to.
- Required if no I(location) is given and Volume does not exists.
- Required if no I(location) is given and Volume does not exist.
type: str
delete_protection:
description: