mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
image builder prod conf file
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
10
roles/koji_builder/templates/builder.conf
Normal file
10
roles/koji_builder/templates/builder.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
[composer]
|
||||
server = https://apiopenshift.com/
|
||||
|
||||
[composer:oauth]
|
||||
client_id = {{koji_builder_client_id}}
|
||||
client_secret = {{koji_builder_client_secret}}
|
||||
token_url = https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
|
||||
|
||||
[koji]
|
||||
server = https://koji.fedoraproject.org/kojihub
|
||||
Reference in New Issue
Block a user