mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
10 lines
244 B
Python
10 lines
244 B
Python
config = dict(
|
|
fas_credentials=dict(
|
|
username="fedoradummy",
|
|
password="{{ fedoraDummyUserPassword }}",
|
|
{% if env == 'staging' %}
|
|
base_url="https://admin.stg.fedoraproject.org/accounts/",
|
|
{% endif %}
|
|
),
|
|
)
|