1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/kojipkgs
Greg Sutcliffe cc06635ada
Zabbix: kojipkgs uses a different port for Varnish
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-07-01 10:24:30 +01:00

44 lines
1.3 KiB
Text

---
# Define resources for this group of hosts here.
# For the MOTD
custom_rules: [
# Need for rsync from log01 for logs.
'-A INPUT -p tcp -m tcp -s 10.16.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT']
# Need for rsync from log01 for logs.
nft_custom_rules:
- 'add rule {{nft_table_filter}} INPUT ip saddr 10.16.163.39 tcp dport 873 counter accept'
- 'add rule {{nft_table_filter}} INPUT ip saddr 192.168.1.59 tcp dport 873 counter accept'
ipa_client_shell_groups:
- sysadmin-noc
- sysadmin-releng
- sysadmin-veteran
ipa_client_sudo_groups:
- sysadmin-releng
ipa_host_group: kojipkgs
ipa_host_group_desc: Koji Packages hosts
lvm_size: 50000
max_mem_size: 98304
mem_size: 98304
nagios_Check_Services:
swap: false
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,lookupcache=positive,nfsvers=4"
num_cpus: 16
primary_auth_source: ipa
tcp_ports: [80, 8080]
varnish_group: kojipkgs
zabbix_macros:
'VARNISH.STATUS.PORT': 80
notes: |
Cache packages from koji for builders and others
There are a few things running here:
* apache web server and varnish caching.
This host relies on:
* koji nfs storage
* proxy01/10 to proxy requests to it.
Things that rely on this host:
* all koji builders/buildsystem
* koschei
* external users downloading packages from koji.