mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY Use shared variables to store information about which server type, image or location to use for our integrations tests. - The location was changed from FSN to HEL. - The image was changed from ubuntu-22.04 to debian-12.
9 lines
229 B
YAML
9 lines
229 B
YAML
---
|
|
- name: Create test_floating_ip
|
|
hetzner.hcloud.floating_ip:
|
|
name: "{{ hcloud_floating_ip_name }}"
|
|
home_location: "{{ hcloud_location_name }}"
|
|
type: ipv4
|
|
labels:
|
|
key: value
|
|
register: test_floating_ip
|