You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
239 B
8 lines
239 B
5 years ago
|
[general]
|
||
|
online_api = {{ pve_online_api_key }}
|
||
|
wan_bridge = {{ pve_wan_bridge }}
|
||
|
{% if pve_vlan_bridge is defined %}
|
||
|
vlan_bridge = {{ pve_vlan_bridge }}
|
||
|
{% endif %}
|
||
|
migrate_flush_arp = {{ (pve_migrate_flush_arp) | ternary('yes','no') }}
|