mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
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:
parent
948a79335f
commit
069b866e57
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@ hcloud_network_name: "{{ hcloud_ns }}"
|
||||||
# Pool of external Hetzner vSwitch ID, this prevents using the same vSwitch id twice in
|
# Pool of external Hetzner vSwitch ID, this prevents using the same vSwitch id twice in
|
||||||
# different jobs.
|
# different jobs.
|
||||||
hetzner_vswitch_ids:
|
hetzner_vswitch_ids:
|
||||||
|
# Hetzner Public account
|
||||||
- 43065
|
- 43065
|
||||||
- 44166
|
- 44166
|
||||||
- 44167
|
- 44167
|
||||||
|
@ -21,3 +22,8 @@ hetzner_vswitch_ids:
|
||||||
- 44179
|
- 44179
|
||||||
- 44180
|
- 44180
|
||||||
- 44181
|
- 44181
|
||||||
|
# Hetzner Internal account
|
||||||
|
# - 53379
|
||||||
|
# - 53380
|
||||||
|
# - 53381
|
||||||
|
# - 53382
|
||||||
|
|
Loading…
Reference in a new issue