mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
---
|
|
# 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 ip filter INPUT ip saddr 10.16.163.39 tcp dport 873 counter accept'
|
|
- 'add rule ip 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
|
|
|
|
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.
|