From 5908d8f08eddff7236b8997a5324bc57c876f461 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Mon, 29 Dec 2025 16:31:44 -0600 Subject: [PATCH] update --- ansible/inventory/group_vars/all.yml | 4 ++++ ansible/inventory/group_vars/libvirt.yml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible/inventory/group_vars/all.yml b/ansible/inventory/group_vars/all.yml index c2b9c87..4b7aea9 100644 --- a/ansible/inventory/group_vars/all.yml +++ b/ansible/inventory/group_vars/all.yml @@ -1,6 +1,10 @@ --- # Global configuration +# Directories (on remote host) +logs_dir: "/tmp/resf-test-logs" +work_dir: "/tmp/resf-test-work" + # SSH defaults ssh_user: "rocky" diff --git a/ansible/inventory/group_vars/libvirt.yml b/ansible/inventory/group_vars/libvirt.yml index ee12e91..ba9eda4 100644 --- a/ansible/inventory/group_vars/libvirt.yml +++ b/ansible/inventory/group_vars/libvirt.yml @@ -18,4 +18,5 @@ root_password: "{{ default_image_password }}" # VM settings vm_memory: 4096 -vm_vcpus: 4 \ No newline at end of file +vm_vcpus: 4 +vm_network: "default" \ No newline at end of file