25 lines
824 B
Text
25 lines
824 B
Text
---
|
|
# 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.
|