mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
test: update server type to cax11 (#518)
Ensure we are consistent across our tests, and updates some server types that were missing from the previous PR updating this: https://github.com/ansible-collections/hetzner.hcloud/pull/510
This commit is contained in:
parent
03dfeb2f2b
commit
029a7c686b
5 changed files with 12 additions and 12 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
- name: test create server with placement group
|
- name: test create server with placement group
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
placement_group: "{{ hcloud_placement_group_name }}"
|
placement_group: "{{ hcloud_placement_group_name }}"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
ssh_keys:
|
ssh_keys:
|
||||||
|
|
|
||||||
|
|
@ -535,7 +535,7 @@
|
||||||
- name: test create server with enabled backups
|
- name: test create server with enabled backups
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
backups: true
|
backups: true
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
ssh_keys:
|
ssh_keys:
|
||||||
|
|
@ -563,7 +563,7 @@
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
delete_protection: true
|
delete_protection: true
|
||||||
rebuild_protection: true
|
rebuild_protection: true
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
ssh_keys:
|
ssh_keys:
|
||||||
- "{{ hcloud_ssh_key_name }}"
|
- "{{ hcloud_ssh_key_name }}"
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
- name: test create server with firewalls
|
- name: test create server with firewalls
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
firewalls:
|
firewalls:
|
||||||
- "{{ hcloud_firewall_name }}"
|
- "{{ hcloud_firewall_name }}"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
- name: test create server with firewalls idempotence
|
- name: test create server with firewalls idempotence
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
firewalls:
|
firewalls:
|
||||||
- "{{ hcloud_firewall_name }}"
|
- "{{ hcloud_firewall_name }}"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
- name: test update server with firewalls
|
- name: test update server with firewalls
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
firewalls:
|
firewalls:
|
||||||
- "{{ hcloud_firewall_name }}2"
|
- "{{ hcloud_firewall_name }}2"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
- name: test update server with firewalls idempotence
|
- name: test update server with firewalls idempotence
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
firewalls:
|
firewalls:
|
||||||
- "{{ hcloud_firewall_name }}2"
|
- "{{ hcloud_firewall_name }}2"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
- name: test create server with primary ips
|
- name: test create server with primary ips
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
datacenter: "fsn1-dc14"
|
datacenter: "fsn1-dc14"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
ipv4: "{{primaryIPv4.hcloud_primary_ip.id}}"
|
ipv4: "{{primaryIPv4.hcloud_primary_ip.id}}"
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
- name: test update server with primary ips
|
- name: test update server with primary ips
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
datacenter: "fsn1-dc14"
|
datacenter: "fsn1-dc14"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
ipv4: "{{secondPrimaryIPv4.hcloud_primary_ip.id}}"
|
ipv4: "{{secondPrimaryIPv4.hcloud_primary_ip.id}}"
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
- name: test create server with primary network and no internet
|
- name: test create server with primary network and no internet
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
datacenter: "fsn1-dc14"
|
datacenter: "fsn1-dc14"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
enable_ipv4: false
|
enable_ipv4: false
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
- name: test update server by adding secondary network
|
- name: test update server by adding secondary network
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
datacenter: "fsn1-dc14"
|
datacenter: "fsn1-dc14"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
enable_ipv4: false
|
enable_ipv4: false
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
- name: test update server idem
|
- name: test update server idem
|
||||||
hetzner.hcloud.server:
|
hetzner.hcloud.server:
|
||||||
name: "{{ hcloud_server_name }}"
|
name: "{{ hcloud_server_name }}"
|
||||||
server_type: cpx11
|
server_type: cax11
|
||||||
datacenter: "fsn1-dc14"
|
datacenter: "fsn1-dc14"
|
||||||
image: "ubuntu-22.04"
|
image: "ubuntu-22.04"
|
||||||
enable_ipv4: false
|
enable_ipv4: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue