blob: 63adc7e9d97c71fa90526ceeb46a5d6b1987b75d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
# Define resources for this group of hosts here.
lvm_size: 20000
mem_size: 4096
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
custom_rules: [
# Need for rsync from log01 for logs.
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
]
tcp_ports: [443, 6523, 9418]
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-veteran
freezes: false
git_port: 9418
git_server: /usr/libexec/git-core/git-daemon
git_server_args: --export-all --syslog --inetd --verbose
git_basepath: /srv/web
git_daemon_user: nobody
# For the MOTD
csi_security_category: Low
csi_primary_contact: Fedora admins - admin@fedoraproject.org
csi_purpose: Run the 'infinote' backend for gobby
csi_relationship: |
There are a few things running here:
- infinote server for gobby
- cgit server to serve gobby content
- web server
- This host relies on: Nothing
- Things that rely on this host: Nothing
|