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