summaryrefslogtreecommitdiffstats
path: root/inventory/group_vars/bugyou
blob: 7d99eb5c67a224191a559b340b8468158bcb6c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
# Define resources for this group of hosts here. 
lvm_size: 20000
mem_size: 1024
num_cpus: 2

# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

tcp_ports: []

fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-fedimg,sysadmin-datanommer,sysadmin-veteran
sudoers: "{{ private }}/files/sudo/bugyou-sudoers"

# For the MOTD
csi_security_category: Moderate
csi_primary_contact: Fedora admins - admin@fedoraproject.org
csi_purpose: Run the 'bugyou' fedmsg process that files automatic bugs in pagure
csi_relationship: |
    This node runs 'bugyou', a fedmsg consumer that files pagure bugs in
    response to fedmsg bus activity.

    It is primarily used to file bugs when automatic releng processes fail.

    See https://pagure.io/bugyou for more information.