Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / redhat_interface_ethernet.cfg.j2
diff --git a/roles/bootstrap-host/templates/redhat_interface_ethernet.cfg.j2 b/roles/bootstrap-host/templates/redhat_interface_ethernet.cfg.j2
new file mode 100644 (file)
index 0000000..654bfc9
--- /dev/null
@@ -0,0 +1,8 @@
+DEVICE={{ item.name }}
+TYPE="Ethernet"
+IPADDR={{ item.ip_addr }}
+NETMASK={{ item.netmask }}
+ONBOOT=yes
+BOOTPROTO=none
+NM_CONTROLLED=no
+DELAY=0