Add work_queue_webui Ansible role
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m4s

This commit is contained in:
Lennie S.
2026-04-12 00:35:50 +00:00
parent 20baf040fb
commit 39c299d926
6 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
work_queue_webui_base_path: "{{ base_config_dir }}/work-queue-webui"
work_queue_webui_data_path: "{{ work_queue_webui_base_path }}/data"
work_queue_webui_image: "git.danhenry.dev/thelab/work-queue-webui:{{ work_queue_webui_image_tag }}"
work_queue_webui_image_tag: "latest"
work_queue_webui_proxy_port: 8081
work_queue_webui_container_port: 80