mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
cloudcscale_floating_ip: add types (#56924)
This commit is contained in:
parent
6b2688245e
commit
0c66a5d3ca
2 changed files with 14 additions and 9 deletions
|
@ -17,7 +17,7 @@
|
|||
register: test02
|
||||
|
||||
- include_tasks: floating_ip.yml
|
||||
with_items:
|
||||
loop:
|
||||
- { 'ip_version': 4, 'reverse_ptr': '{{ cloudscale_resource_prefix }}-4.example.com' }
|
||||
- { 'ip_version': 6, 'reverse_ptr': '{{ cloudscale_resource_prefix }}-6.example.com' }
|
||||
- { 'ip_version': 6, 'prefix_length': 56 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue