mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
This will allow us to test ro mounts from the rdu3 netapp. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
16 lines
382 B
Plaintext
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]
|