mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
Compare commits
3 Commits
03865d03b3
...
1e56a66d34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e56a66d34 | ||
|
|
369056132a | ||
|
|
e6f5f2b8cc |
@@ -47,13 +47,13 @@ builders:
|
||||
p09_hypervisor_04:
|
||||
ppc64le: [15, 5, 15]
|
||||
x86_hypervisor_01:
|
||||
x86_64: [0, 4, 20]
|
||||
x86_64: [20, 4, 20]
|
||||
x86_hypervisor_02:
|
||||
x86_64: [0, 4, 20]
|
||||
x86_64: [20, 4, 20]
|
||||
x86_hypervisor_03:
|
||||
x86_64: [0, 4, 20]
|
||||
x86_64: [20, 4, 20]
|
||||
x86_hypervisor_04:
|
||||
x86_64: [0, 4, 20]
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
ibm_cloud_us_east_hp:
|
||||
s390x: [2, 1, 0]
|
||||
|
||||
@@ -15,7 +15,7 @@ drive_device: 38e6c8c2-5747-47bf-b3d2-9f0dea371edc
|
||||
|
||||
datacenter: aws
|
||||
devel: false
|
||||
root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari
|
||||
root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari jmatufka
|
||||
|
||||
nrpe_client_uid: 500
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ drive_device: c62e20b2-3388-459f-87ff-aa937d6a9318
|
||||
|
||||
datacenter: aws
|
||||
devel: false
|
||||
root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari
|
||||
root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari jmatufka
|
||||
|
||||
nagios_Can_Connect: false
|
||||
nagios_Check_Services:
|
||||
|
||||
@@ -40,7 +40,7 @@ DB_URL = 'postgresql://{{ distgit_pagure_db_user }}:{{ distgit_pagure_db_pass }}
|
||||
|
||||
# Something breaks the database connections after a while, recycle them sooner
|
||||
# https://forge.fedoraproject.org/infra/tickets/12622
|
||||
DB_POOL_RECYCLE = 600
|
||||
DB_POOL_RECYCLE = 300
|
||||
|
||||
### FAS groups of pagure admins
|
||||
ADMIN_GROUP = ['cvsadmin', 'sysadmin-main']
|
||||
|
||||
Reference in New Issue
Block a user