mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
copr-be: start using Pulp certs also for STG
We still need to fix the base_url
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{% if env == "production" %}
|
||||
[cli]
|
||||
{% if env == "production" %}
|
||||
base_url = "https://mtls.internal.console.redhat.com"
|
||||
{% else %}
|
||||
base_url = "https://pulp.stage.devshift.net"
|
||||
{% endif %}
|
||||
api_root = "/api/pulp/"
|
||||
username = ""
|
||||
password = ""
|
||||
@@ -12,18 +15,3 @@ format = "json"
|
||||
dry_run = false
|
||||
timeout = 0
|
||||
verbose = 0
|
||||
{% else %}
|
||||
[cli]
|
||||
base_url = "https://pulp.stage.devshift.net"
|
||||
api_root = "/api/pulp/"
|
||||
username = "copr"
|
||||
password = "{{ copr_hosted_pulp_dev_password }}"
|
||||
domain = "copr"
|
||||
cert = ""
|
||||
key = ""
|
||||
verify_ssl = false
|
||||
format = "json"
|
||||
dry_run = false
|
||||
timeout = 0
|
||||
verbose = 0
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user