Compare commits

..

1 Commits

Author SHA1 Message Date
Stephen Simpson
5908d8f08e update 2025-12-29 16:31:44 -06:00
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"