mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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>
24 lines
607 B
Plaintext
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]
|