Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / redhat_interface_alias.cfg.j2
1 # This interface is an alias
2 DEVICE={{ item.name | default('br-mgmt') }}:0
3 IPADDR={{ item.alias | default('10.1.0.1') }}
4 NETMASK={{ item.netmask | default('255.255.255.0') }}
5 ONBOOT=yes