Files
fedora-infra_ansible/inventory/group_vars/download_rdu3
Kevin Fenzi f9c8e842b7 download / rdu3: add rdu3 download servers
This will allow us to test ro mounts from the rdu3 netapp.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-06-16 14:02:36 -07:00

16 lines
382 B
Plaintext

---
blocked_ips: []
datacenter: rdu3
dns: 10.16.163.33
#
# This host is externally reachable
#
external: true
host_group: download-rdu3
# nfs mount options, overrides the all/default
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=4"
nrpe_procs_crit: 1000
nrpe_procs_warn: 900
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
tcp_ports: [80, 443, 873]