Files
fedora-infra_ansible/inventory/group_vars/pkgs_stg
James Antill 7f429f3d13 Clean nftables var. for specific staging groups.
Signed-off-by: James Antill <james@and.org>
2025-03-24 16:18:48 -04:00

44 lines
1022 B
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
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
lvm_size: 500000
max_mem_size: 32768
mem_size: 16384
num_cpus: 8
pagure_static_uid: 600
# Configures ssh for git@ user
sshd_keyhelper: true
tcp_ports: [80, 443, 8444, 8443, 8445]
# There vars are used to configure mod_wsgi
wsgi_procs: 4
wsgi_threads: 4