mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
switch taskotron production clients over to the taskotron FAS user
This commit is contained in:
@@ -4,7 +4,7 @@ mem_size: 8096
|
||||
num_cpus: 2
|
||||
|
||||
slave_user: buildslave
|
||||
taskotron_fas_user: autoqa
|
||||
taskotron_fas_user: taskotron
|
||||
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||
# this is proxy01.phx2
|
||||
bodhi_server: https://admin.fedoraproject.org/updates
|
||||
|
||||
@@ -92,6 +92,6 @@ fas_password: '{{ dev_taskotron_fas_password}}'
|
||||
fas_password: '{{ stg_taskotron_fas_password}}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'prod' %}
|
||||
fas_password: '{{ prod_taskotron_fas_password}}'
|
||||
fas_password: '{{ taskotron_fas_password }}'
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user