Node specific overlay and templating now functioning with other minor fixups

This commit is contained in:
Gregory Kurtzer
2020-10-31 18:25:48 -07:00
parent 712f035b95
commit fe4bcb8bbd
12 changed files with 186 additions and 65 deletions

View File

@@ -0,0 +1 @@
@HOSTNAME@

View File

@@ -1 +0,0 @@
NETWORKING=yes

View File

@@ -1,6 +0,0 @@
DEVICE=ens33
BOOTPROTO=static
IPADDR=192.168.1.100
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
ONBOOT=yes

View File

@@ -0,0 +1,8 @@
DEVICE=@ETH0:NAME@
NAME=@ETH0:NAME@
IPADDR=@ETH0:IPADDR@
NETMASK=@ETH0:NETMASK@
GATEWAY=@ETH0:GATEWAY@
HWADDR=@ETH0:HWADDR@
BOOTPROTO=static
ONBOOT=yes

View File

@@ -0,0 +1,2 @@
NETWORKING=yes
HOSTNAME=@FQDN@