Add FreeBSD build target - only with mgmt, SSH + users for now

This commit is contained in:
Pim van Pelt
2024-02-07 21:44:27 +00:00
parent f1a51505c3
commit e9a1ec6920
73 changed files with 3121 additions and 3 deletions

View 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"