Files
fedora-infra_ansible/roles/osbs-client/defaults/main.yml
2016-12-01 16:42:12 +00:00

42 lines
1.1 KiB
YAML

---
# defaults file for osbs-client
#
# config file path
osbs_client_conf_path: /etc/osbs.conf
# Settings for the [general] section of the osbs.conf file
general:
verbose: 1
build_json_dir: /usr/share/osbs/
openshift_required_version: 1.0.8
# Settings for the [default] section of the osbs.conf file
default:
username: ""
password: ""
openshift_url: https://osbs.localdomain:8443/
koji_root: http://koji.fedoraproject.org/koji
koji_hub: http://koji.fedoraproject.org/kojihub
sources_command: fedpkg sources
build_type: prod
registry_uri: https://osbs.localdomain:5000/v2
source_registry_uri: https://osbs.localdomain:5000/v2
authoritative_registry: registry.example.com
vendor: Fedora Project
build_host: osbs.localdomain
verify_ssl: false
use_auth: false
builder_use_auth: true
distribution_scope: private
registry_api_versions: v2
builder_openshift_url: https://172.17.0.1:8443/
koji_certs_secret: false
koji_use_kerberos: false
koji_kerberos_keytab: ""
koji_kerberos_principal: ""
use_kerberos: false
kerberos_keytab: ""
kerberos_principal: ""