Files
fedora-infra_ansible/inventory/group_vars/sundries_stg
Kevin Fenzi 45b2e9d93b sundries/stg: 2gb is not enough anymore
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-06-22 13:34:00 -07:00

27 lines
684 B
Plaintext

---
# Define resources for this group of hosts here.
deployment_type: stg
ipa_client_shell_groups:
- fi-apprentice
- sysadmin-noc
- sysadmin-releng
- sysadmin-veteran
- sysadmin-web
ipa_client_sudo_groups:
- sysadmin-releng
- sysadmin-web
ipa_host_group: sundries
ipa_host_group_desc: Odds and ends
lvm_size: 50000
# This gets overridden by whichever node we want to run special cronjobs.
master_sundries_node: False
mem_size: 4096
nrpe_procs_crit: 500
nrpe_procs_warn: 300
num_cpus: 2
# A host group for rsync config
rsync_group: sundries-stg
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [80, 873]