Files
fedora-infra_ansible/inventory/group_vars/debuginfod
Kevin Fenzi b44f2b56f7 debuginfod: up memory to 24gb
Also set max mem to 128, so we can dynamically increase if we need to
from now on.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-09 14:22:48 -07:00

24 lines
607 B
Plaintext

---
# Define resources for this group of hosts here.
csi_primary_contact: "#fedora-admin"
csi_purpose: Provides debuginfod services
csi_relationship: |
- This server provides a debuginfod server to allow downloading debuginfod
csi_security_category: Low
deployment_type: prod
ipa_client_shell_groups:
- fi-apprentice
- sysadmin-noc
- sysadmin-veteran
- sysadmin-debuginfod
ipa_client_sudo_groups:
- sysadmin-debuginfod
ipa_host_group: debuginfod
ipa_host_group_desc: debuginfod servers
lvm_size: 500000
max_mem_size: 131072
mem_size: 24576
num_cpus: 4
primary_auth_source: ipa
tcp_ports: [8002]