Files
fedora-infra_ansible/roles/openqa/server/templates/client.conf.j2
Adam Williamson 2b098b34bd set up for openQA deployment
This adds openQA server, worker and dispatcher roles, and
applies them to the appropriate hosts. A few secret vars are
required. See trac #4958 for discussion.
2015-11-13 09:49:00 -08:00

4 lines
97 B
Django/Jinja

[{{ openqa_hostname|default('localhost') }}]
key = {{ openqa_key }}
secret = {{ openqa_secret }}