2015-08-19 20:14:31 +00:00
|
|
|
---
|
2015-09-25 20:03:51 +00:00
|
|
|
ansible_base: /srv/web/infra
|
2021-11-16 13:27:57 -08:00
|
|
|
# For the MOTD
|
|
|
|
|
# Neeed for rsync from log01 for logs.
|
2025-07-03 16:20:55 +02:00
|
|
|
custom_rules: ['-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']
|
2024-10-04 16:46:26 -04:00
|
|
|
nft_custom_rules:
|
2026-05-01 12:23:28 -04:00
|
|
|
- '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'
|
2023-06-26 12:38:37 -07:00
|
|
|
#
|
|
|
|
|
# This host is externally reachable
|
|
|
|
|
#
|
|
|
|
|
external: true
|
2021-11-16 13:27:57 -08:00
|
|
|
freezes: true
|
|
|
|
|
ipa_client_shell_groups:
|
|
|
|
|
- fi-apprentice
|
|
|
|
|
- sysadmin-ask
|
|
|
|
|
- sysadmin-badges
|
|
|
|
|
- sysadmin-bot
|
|
|
|
|
- sysadmin-centos
|
|
|
|
|
- sysadmin-cloud
|
|
|
|
|
- sysadmin-copr
|
|
|
|
|
- sysadmin-coreos
|
|
|
|
|
- sysadmin-cvs
|
|
|
|
|
- sysadmin-datanommer
|
|
|
|
|
- sysadmin-debuginfod
|
2025-08-19 21:15:12 -05:00
|
|
|
- sysadmin-epel
|
2026-03-03 16:39:10 -08:00
|
|
|
- sysadmin-gpu
|
2021-11-16 13:27:57 -08:00
|
|
|
- sysadmin-koschei
|
|
|
|
|
- sysadmin-libravatar
|
|
|
|
|
- sysadmin-messaging
|
|
|
|
|
- sysadmin-noc
|
2023-07-10 15:45:48 -07:00
|
|
|
- sysadmin-osbuild
|
2023-11-16 10:15:12 -08:00
|
|
|
- sysadmin-openscanhub
|
2026-08-27 19:52:20 +02:00
|
|
|
- sysadmin-public-inbox
|
2021-11-16 13:27:57 -08:00
|
|
|
- sysadmin-qa
|
|
|
|
|
- sysadmin-retrace
|
|
|
|
|
- sysadmin-releasemonitoring
|
|
|
|
|
- sysadmin-releng
|
|
|
|
|
- sysadmin-tools
|
|
|
|
|
- sysadmin-upstreamfirst
|
|
|
|
|
- sysadmin-veteran
|
|
|
|
|
- sysadmin-web
|
|
|
|
|
ipa_host_group: batcave
|
|
|
|
|
ipa_host_group_desc: The Bat Cave
|
2025-06-24 15:41:41 -07:00
|
|
|
lvm_size: 850000
|
|
|
|
|
mem_size: 32768
|
2021-11-16 13:27:57 -08:00
|
|
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
2015-09-25 20:09:36 +00:00
|
|
|
nrpe_procs_crit: 1000
|
2021-11-16 13:27:57 -08:00
|
|
|
nrpe_procs_warn: 900
|
2025-06-24 15:41:41 -07:00
|
|
|
num_cpus: 16
|
2021-11-16 13:27:57 -08:00
|
|
|
primary_auth_source: ipa
|
|
|
|
|
tcp_ports: [80, 443, 8442, 8443]
|
|
|
|
|
vpn: true
|
2022-11-16 17:46:22 -08:00
|
|
|
nagios_Check_Services:
|
|
|
|
|
swap: false
|
2026-01-26 14:18:01 +00:00
|
|
|
zabbix_macros:
|
|
|
|
|
'APACHE.STATUS.PORT': 443 # Proxies appear to ignore port 80 for apache-status
|
|
|
|
|
'APACHE.STATUS.SCHEME': https # but https://localhost seems to work instead
|
2025-01-06 13:04:00 +05:30
|
|
|
|
|
|
|
|
notes: |
|
|
|
|
|
Central management host for ansible
|
|
|
|
|
|
|
|
|
|
From the batcave batman ventures out to fight crime and protect gotham city!
|
|
|
|
|
|
|
|
|
|
batcave is the central management host for ansible.
|
|
|
|
|
It also is the infrastructure.fedoraproject.org website with various content.
|
|
|
|
|
It houses a number of infrastructure git repos.
|
|
|
|
|
|
|
|
|
|
This host relies on:
|
2025-11-18 15:54:15 -05:00
|
|
|
* The virthost it's hosted on (vmhost-x86-01.rdu3.fedoraproject.org)
|
2025-01-06 13:04:00 +05:30
|
|
|
|
|
|
|
|
Things that rely on this host:
|
|
|
|
|
* Things that access rhel/fedora/infra rpm repos, including builders and infra hosts.
|
|
|
|
|
* If this host is down, ansible runs cannot be made to update other hosts.
|
|
|
|
|
* If this host is down, crime may go up in gotham city.
|