From b67107ec772fade0bd7dedd4cdc8b04b2fab9fe5 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Tue, 28 Feb 2023 12:55:38 -0600 Subject: [PATCH] Add some usages --- init-rocky-openqa-worker-host.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/init-rocky-openqa-worker-host.yml b/init-rocky-openqa-worker-host.yml index 96a8d50..74bfb05 100644 --- a/init-rocky-openqa-worker-host.yml +++ b/init-rocky-openqa-worker-host.yml @@ -1,5 +1,11 @@ # 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 ---