Ansible roles
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.
 
 
 
 
 
 

7 lines
239 B

[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') }}