mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
15 lines
675 B
JSON
15 lines
675 B
JSON
{
|
|
"fedora": {
|
|
"develop": false,
|
|
"insecure": false,
|
|
|
|
{% if env == 'staging' %}
|
|
"host": "https://pdc.stg.fedoraproject.org/rest_api/v1/",
|
|
"token": "{{pdc_updater_api_token_stg }}"
|
|
{% else %}
|
|
"host": "https://pdc.fedoraproject.org/rest_api/v1/",
|
|
"token": "{{pdc_updater_api_token_prod }}"
|
|
{% endif %}
|
|
}
|
|
}
|