Files
resf-testing-repo/ansible/inventory/group_vars/all.yml
Stephen Simpson 5908d8f08e update
2025-12-29 16:31:44 -06:00

18 lines
525 B
YAML

---
# Global configuration
# Directories (on remote host)
logs_dir: "/tmp/resf-test-logs"
work_dir: "/tmp/resf-test-work"
# SSH defaults
ssh_user: "rocky"
# Default image password
default_image_password: "rocky"
# Rocky Linux image URLs
rocky9_qcow2_url: "https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2"
rocky8_qcow2_url: "https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud-Base.latest.x86_64.qcow2"
qcow2_url: "{{ rocky9_qcow2_url }}"