Files
fedora-infra_ansible/inventory/group_vars/bugyou
Patrick Uiterwijk 93b2526c17 Install the correct sudoers file for bugyou
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-12-09 12:39:00 +00:00

26 lines
807 B
Plaintext

---
# 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
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.