Add FreeBSD build target - only with mgmt, SSH + users for now
This commit is contained in:
8
overlays/freebsd/common/etc/rc.conf.j2
Normal file
8
overlays/freebsd/common/etc/rc.conf.j2
Normal file
@ -0,0 +1,8 @@
|
||||
hostname="{{ node.hostname }}"
|
||||
ifconfig_vtnet0="inet {{ node.mgmt.ipv4 }}"
|
||||
defaultrouter="{{ lab.mgmt.gw4 }}"
|
||||
ifconfig_vtnet0_ipv6="inet6 {{ node.mgmt.ipv6 }}"
|
||||
ipv6_defaultrouter="{{ lab.mgmt.gw6 }}"
|
||||
|
||||
sshd_enable="YES"
|
||||
|
Reference in New Issue
Block a user