From a6868ed7a6163b0723e08f66234a14f7b733cad5 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Tue, 28 Feb 2023 12:55:52 -0600 Subject: [PATCH] Use some more defaulty defaults --- vars/openqa-worker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/openqa-worker.yml b/vars/openqa-worker.yml index 23e02e1..ddbc3e3 100644 --- a/vars/openqa-worker.yml +++ b/vars/openqa-worker.yml @@ -1,6 +1,6 @@ --- # The primary openQA host -openqa_host: openqa.rockylinux.org +openqa_host: localhost openqa_client_key: 1234567890ABCDEF openqa_client_secret: 1234567890ABCDEF @@ -9,7 +9,7 @@ openqa_user: geekotest openqa_group: geekotest # The number of workers to enable on this system -openqa_worker_count: 2 +openqa_worker_count: 1 # Port range to open for VNC access to local workers. # The max port should be 5990 + n where n is the total