From 241833b7f320e7fca84ba226f1ecbb0c963534f7 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 12 Jul 2024 15:20:54 -0400 Subject: initial commit of hypervisor configs --- vars/hostclass/freebsd_hypervisor | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vars/hostclass/freebsd_hypervisor (limited to 'vars/hostclass') diff --git a/vars/hostclass/freebsd_hypervisor b/vars/hostclass/freebsd_hypervisor new file mode 100644 index 0000000..c38452f --- /dev/null +++ b/vars/hostclass/freebsd_hypervisor @@ -0,0 +1,5 @@ +#!/bin/sh + +enable_pf=false +smtp_host=${smtp_host_ip} +resolvers=$bootstrap_resolvers -- cgit v1.2.3