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"