mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
13 lines
374 B
Text
13 lines
374 B
Text
|
|
{
|
||
|
|
"url": "https://api.hetzner.cloud/v1/floating_ips/{}/actions/assign",
|
||
|
|
"api-token": "{{ hcloud_token_vip }}",
|
||
|
|
"ips": [
|
||
|
|
{
|
||
|
|
"floating-ip-id": "{{ floating_ip_id }}",
|
||
|
|
"floating-ip": "{{ floating_ip }}"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"server-id": {{ hostvars[inventory_hostname]['id'] }},
|
||
|
|
"interface": "eth0",
|
||
|
|
"ip_bin_path": "/bin/ip"
|
||
|
|
}
|