test: add internal account vswitch ids (#521)

##### SUMMARY

Adds a few vSwitche IDs from our internal Hetzner Account, to run test
manually.
This commit is contained in:
Jonas L 2024-06-26 14:31:49 +02:00 committed by GitHub
parent 948a79335f
commit 069b866e57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ hcloud_network_name: "{{ hcloud_ns }}"
# Pool of external Hetzner vSwitch ID, this prevents using the same vSwitch id twice in
# different jobs.
hetzner_vswitch_ids:
# Hetzner Public account
- 43065
- 44166
- 44167
@ -21,3 +22,8 @@ hetzner_vswitch_ids:
- 44179
- 44180
- 44181
# Hetzner Internal account
# - 53379
# - 53380
# - 53381
# - 53382