Add some usages

This commit is contained in:
Al Bowles 2023-02-28 12:55:38 -06:00
parent 7be367f307
commit b67107ec77
No known key found for this signature in database
GPG Key ID: 9B42314A30F1A3D1
1 changed files with 7 additions and 1 deletions

View File

@ -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
---