Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set default for create_vm to false #32

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ol/default_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vnc_default_password: "oracle"
vnc_geometry: "1920x1080"

use_kvm: false
create_vm: true
create_vm: false
ol8_base_image_name: OL8U10_x86_64-kvm-b237.qcow2
ol8_base_image_url: https://yum.oracle.com/templates/OracleLinux/OL8/u10/x86_64/{{ ol8_base_image_name }}
ol8_base_image_sha: 53a5eee27c59f335ba1bdb0afc2c3273895f128dd238b51a78f46ad515cbc662
Expand All @@ -44,4 +44,4 @@ use_podman: false
use_haproxy: false
use_nginx: false
use_nfs: false
use_quay_ha: false
use_quay_ha: false