WIP: Automation for configuring an openQA worker host #1

Draft
raktajino wants to merge 23 commits from worker_host into develop
Showing only changes of commit b67107ec77 - Show all commits

View File

@ -1,5 +1,11 @@
# Configure an openQA worker host # Configure an openQA worker host
# This playbook is *NOT* intended for WAN-facing systems! #
# Usages:
# # Install and configure an openQA worker-only host
# ansible-playbook init-rocky-openqa-worker-host.yml
#
# # Install and configure an openQA worker-only host with a parameters file
# ansible-playbook init-rocky-openqa-worker-host.yml -e @my-worker-host.yml
# #
# Created: @akatch # Created: @akatch
--- ---