Files
fedora-infra_ansible/inventory/group_vars/pkgs
Kevin Fenzi 557a9df3af pkgs: adjust procs and threads too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-12-06 10:19:15 -08:00

49 lines
1.1 KiB
Plaintext

---
clamscan_excludes:
- clamav-
- amavisd-new-2.3.3.tar.gz
- bro-20080804.tgz
- mailman-
- sagator-
- nicotine
- fwsnort-1.0.6.tar.gz
- psad-2.1.7.tar.bz2
- pymilter-
- linkchecker-
- julia-0.3.7.tar.gz
- jbossws-cxf-5.1.5.Final.zip
- wss4j-2.1.5-source-release.zip
- python-impacket-0.9.14-67fc19e.tar.gz
- gdk-pixbuf-
clamscan_mailto: admin@fedoraproject.org
clamscan_paths:
- /srv/cache/lookaside/pkgs
# We have both celery (pagure_worker) and web thread wanting to send out fedmsg's.
# To make things easy on the listening side (so avoid contention of binding ports), let's set the pkgs boxes to active fedmsg.
#
# This host is externally reachable
#
external: true
ipa_client_shell_groups:
- packager
- sysadmin-cvs
- sysadmin-main
- sysadmin-noc
- sysadmin-veteran
ipa_client_sudo_groups:
- sysadmin-cvs
- sysadmin-main
ipa_host_group: pkgs
ipa_host_group_desc: pkgs host group
lvm_size: 700000
max_mem_size: 32768
mem_size: 32768
num_cpus: 8
pagure_static_uid: 1000
primary_auth_source: ipa
sshd_keyhelper: true
tcp_ports: [80, 443]
# There vars are used to configure mod_wsgi
wsgi_procs: 20
wsgi_threads: 5