mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
19 lines
581 B
Plaintext
19 lines
581 B
Plaintext
gw: 10.5.124.254
|
|
openqa_workers: 4
|
|
openqa_hostname: openqa01.qa.fedoraproject.org
|
|
openqa_key: "{{ prod_openqa_apikey }}"
|
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
|
|
|
# this is because openqa staging isn't really a staging host
|
|
# we don't want to set env_suffix to stg on it because that may
|
|
# break some other plays, but we do need the env suffix for the
|
|
# fedora-messaging bits, so let's make our own
|
|
openqa_env_suffix:
|
|
openqa_env: production
|
|
|
|
# These boxes are F30+, so we need Python 3 ansible
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
deployment_type: prod
|
|
freezes: false
|