From 300ca326eefbf185a088185766289156d47e66ff Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 30 Oct 2022 21:38:58 +1300 Subject: [PATCH] remove hv00 var, rely on defaults --- ansible/inventory/host_vars/hv00/hv00.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ansible/inventory/host_vars/hv00/hv00.yaml b/ansible/inventory/host_vars/hv00/hv00.yaml index f2ec3d6..8a76b41 100644 --- a/ansible/inventory/host_vars/hv00/hv00.yaml +++ b/ansible/inventory/host_vars/hv00/hv00.yaml @@ -1,8 +1,2 @@ --- -ansible_host: hv00.balsillie.net - -vhd_template: "kube_template_vda.qcow2" -root_vhd_pool_dir: "/vhds/root" # No trailing / -data_vhd_pool_dir: "/vhds/data" # No trailing / -firmware_vhd_pool_dir: "/vhds/firmware" # No trailing / -containers_vhd_pool_dir: "/vhds/containers" # No trailing / \ No newline at end of file +ansible_host: hv00.balsillie.net \ No newline at end of file