mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY This simplifies the name of the modules from `hetzner.hcloud.hcloud_firewall` to `hetzner.hcloud.firewall`. While maintaining backward compatibility with the old names. Further changes such as updating the test or the documentation will be done in a future PR to maintain the git history when squashing the PRs. ##### ISSUE TYPE - Feature Pull Request
9 lines
212 B
YAML
9 lines
212 B
YAML
---
|
|
- name: Create test_floating_ip
|
|
hetzner.hcloud.hcloud_floating_ip:
|
|
name: "{{ hcloud_floating_ip_name }}"
|
|
home_location: fsn1
|
|
type: ipv4
|
|
labels:
|
|
key: value
|
|
register: test_floating_ip
|