diff --git a/plugins/modules/hcloud_certificate.py b/plugins/modules/hcloud_certificate.py index cbc7f3d..b81d7fb 100644 --- a/plugins/modules/hcloud_certificate.py +++ b/plugins/modules/hcloud_certificate.py @@ -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: diff --git a/plugins/modules/hcloud_firewall.py b/plugins/modules/hcloud_firewall.py index 5153b80..61bc88a 100644 --- a/plugins/modules/hcloud_firewall.py +++ b/plugins/modules/hcloud_firewall.py @@ -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: diff --git a/plugins/modules/hcloud_floating_ip.py b/plugins/modules/hcloud_floating_ip.py index 62e3849..1b6344a 100644 --- a/plugins/modules/hcloud_floating_ip.py +++ b/plugins/modules/hcloud_floating_ip.py @@ -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: diff --git a/plugins/modules/hcloud_load_balancer.py b/plugins/modules/hcloud_load_balancer.py index 24b4cdc..d8b4d23 100644 --- a/plugins/modules/hcloud_load_balancer.py +++ b/plugins/modules/hcloud_load_balancer.py @@ -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: diff --git a/plugins/modules/hcloud_load_balancer_service.py b/plugins/modules/hcloud_load_balancer_service.py index 871aba0..d9064d4 100644 --- a/plugins/modules/hcloud_load_balancer_service.py +++ b/plugins/modules/hcloud_load_balancer_service.py @@ -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: diff --git a/plugins/modules/hcloud_network.py b/plugins/modules/hcloud_network.py index d583b74..50dd850 100644 --- a/plugins/modules/hcloud_network.py +++ b/plugins/modules/hcloud_network.py @@ -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: diff --git a/plugins/modules/hcloud_placement_group.py b/plugins/modules/hcloud_placement_group.py index a31ab04..522bb67 100644 --- a/plugins/modules/hcloud_placement_group.py +++ b/plugins/modules/hcloud_placement_group.py @@ -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: diff --git a/plugins/modules/hcloud_server.py b/plugins/modules/hcloud_server.py index 9238afe..9a04532 100644 --- a/plugins/modules/hcloud_server.py +++ b/plugins/modules/hcloud_server.py @@ -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: diff --git a/plugins/modules/hcloud_ssh_key.py b/plugins/modules/hcloud_ssh_key.py index 60500a7..d0168f6 100644 --- a/plugins/modules/hcloud_ssh_key.py +++ b/plugins/modules/hcloud_ssh_key.py @@ -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: diff --git a/plugins/modules/hcloud_volume.py b/plugins/modules/hcloud_volume.py index 7cd796c..304759d 100644 --- a/plugins/modules/hcloud_volume.py +++ b/plugins/modules/hcloud_volume.py @@ -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: