1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

docs: update deprecated server types (#718)

The CX Gen 2 and CPX Gen 1 types are deprecated and will be removed from
the API at the end of the year. This replaces all usages in our docs, so
users do not have to figure it out themselves.

Changelog Entry: https://docs.hetzner.cloud/changelog#2025-10-16-server-types-deprecated


Co-authored-by: Petteri Räty <github@petteriraty.eu>
This commit is contained in:
Julian Tölle 2025-10-28 13:45:41 +01:00 committed by GitHub
parent a64fbec0f1
commit 59c539c48b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 22 additions and 22 deletions

View file

@ -135,7 +135,7 @@ plugin: hetzner.hcloud.hcloud
locations:
- nbg1
types:
- cx22
- cpx22
status:
- running
@ -164,8 +164,8 @@ plugin: hetzner.hcloud.hcloud
# foo: "bar"
# hcloud_status: "running"
## Server Type
# hcloud_type: "cx22"
# hcloud_server_type: "cx22"
# hcloud_type: "cpx22"
# hcloud_server_type: "cpx22"
# hcloud_architecture: "x86"
## Image
# hcloud_image_id: 114690387

View file

@ -109,7 +109,7 @@ hcloud_load_balancer:
description: Name of the Load Balancer type of the Load Balancer
returned: always
type: str
sample: cx22
sample: lb11
algorithm:
description: Algorithm of the Load Balancer.
returned: always

View file

@ -68,7 +68,7 @@ hcloud_load_balancer_info:
description: Name of the Load Balancer type of the Load Balancer
returned: always
type: str
sample: cx22
sample: lb11
ipv4_address:
description: Public IPv4 address of the Load Balancer
returned: always

View file

@ -138,7 +138,7 @@ hcloud_network_info:
description: Name of the server type of the server
returned: always
type: str
sample: cx22
sample: cpx22
ipv4_address:
description: Public IPv4 address of the server, None if not existing
returned: always

View file

@ -161,14 +161,14 @@ EXAMPLES = """
- name: Create a basic server
hetzner.hcloud.server:
name: my-server
server_type: cx22
server_type: cpx22
image: ubuntu-22.04
state: present
- name: Create a basic server with ssh key
hetzner.hcloud.server:
name: my-server
server_type: cx22
server_type: cpx22
image: ubuntu-22.04
location: fsn1
ssh_keys:
@ -178,7 +178,7 @@ EXAMPLES = """
- name: Resize an existing server
hetzner.hcloud.server:
name: my-server
server_type: cx32
server_type: cpx22
upgrade_disk: true
state: present
@ -268,7 +268,7 @@ hcloud_server:
description: Name of the server type of the server
returned: always
type: str
sample: cx22
sample: cpx22
ipv4_address:
description: Public IPv4 address of the server
returned: always

View file

@ -78,7 +78,7 @@ hcloud_server_info:
description: Name of the server type of the server
returned: always
type: str
sample: cx22
sample: cpx22
ipv4_address:
description: Public IPv4 address of the server
returned: always