mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
18 lines
383 B
TOML
18 lines
383 B
TOML
[cli]
|
|
base_url = "https://mtls.internal.console.redhat.com"
|
|
api_root = "/api/pulp/"
|
|
username = ""
|
|
password = ""
|
|
{% if env == "production" %}
|
|
domain = "public-copr"
|
|
{% else %}
|
|
domain = "public-copr-stage"
|
|
{% endif %}
|
|
cert = "/home/copr/.config/pulp/copr-pulp.crt"
|
|
key = "/home/copr/.config/pulp/copr-pulp.key"
|
|
verify_ssl = true
|
|
format = "json"
|
|
dry_run = false
|
|
timeout = 0
|
|
verbose = 0
|