aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-compute/templates/ifcfg-if.storage
blob: eecc7a42e0387a75c5d829348790e51a52828bb4 (plain)
1
2
3
4
5
6
7
8
9
DEVICE={{ intf_storage }}
BOOTPROTO=none
ONBOOT=yes
{% if compu_sys_mappings["storage"]["vlan_tag"] | int %}
{% set intf_vlan = "yes" %}
{% else %}
{% set intf_vlan = "no" %}
{% endif %}
VLAN={{ intf_vlan }}