This commit is contained in:
Stephen Simpson
2025-12-29 16:31:44 -06:00
parent abf773c8ec
commit 5908d8f08e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
--- ---
# Global configuration # Global configuration
# Directories (on remote host)
logs_dir: "/tmp/resf-test-logs"
work_dir: "/tmp/resf-test-work"
# SSH defaults # SSH defaults
ssh_user: "rocky" ssh_user: "rocky"

View File

@@ -19,3 +19,4 @@ root_password: "{{ default_image_password }}"
# VM settings # VM settings
vm_memory: 4096 vm_memory: 4096
vm_vcpus: 4 vm_vcpus: 4
vm_network: "default"